﻿2026-06-13T10:29:48.6490085Z Current runner version: '2.335.1'
2026-06-13T10:29:48.6495207Z Runner name: 'kitsubito'
2026-06-13T10:29:48.6495746Z Runner group name: 'Default'
2026-06-13T10:29:48.6496485Z Machine name: 'KITSUBITO'
2026-06-13T10:29:48.6498455Z ##[group]GITHUB_TOKEN Permissions
2026-06-13T10:29:48.6500350Z Contents: read
2026-06-13T10:29:48.6500764Z Metadata: read
2026-06-13T10:29:48.6501141Z Packages: read
2026-06-13T10:29:48.6501514Z ##[endgroup]
2026-06-13T10:29:48.6503267Z Secret source: Actions
2026-06-13T10:29:48.6503801Z Prepare workflow directory
2026-06-13T10:29:48.6881158Z Prepare all required actions
2026-06-13T10:29:48.6911429Z Getting action download info
2026-06-13T10:29:49.1713821Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-13T10:29:49.9320909Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-13T10:29:50.0412268Z ##[group]Run actions/checkout@v5
2026-06-13T10:29:50.0413453Z with:
2026-06-13T10:29:50.0414163Z   repository: SaberMage/spt-core
2026-06-13T10:29:50.0422176Z   token: ***
2026-06-13T10:29:50.0422856Z   ssh-strict: true
2026-06-13T10:29:50.0423569Z   ssh-user: git
2026-06-13T10:29:50.0424304Z   persist-credentials: true
2026-06-13T10:29:50.0425114Z   clean: true
2026-06-13T10:29:50.0425828Z   sparse-checkout-cone-mode: true
2026-06-13T10:29:50.0426703Z   fetch-depth: 1
2026-06-13T10:29:50.0427419Z   fetch-tags: false
2026-06-13T10:29:50.0428149Z   show-progress: true
2026-06-13T10:29:50.0428899Z   lfs: false
2026-06-13T10:29:50.0429666Z   submodules: false
2026-06-13T10:29:50.0430392Z   set-safe-directory: true
2026-06-13T10:29:50.0431397Z ##[endgroup]
2026-06-13T10:29:50.1238192Z Syncing repository: SaberMage/spt-core
2026-06-13T10:29:50.1240540Z ##[group]Getting Git version info
2026-06-13T10:29:50.1241958Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-13T10:29:50.1243847Z [command]/usr/bin/git version
2026-06-13T10:29:50.1244722Z git version 2.43.0
2026-06-13T10:29:50.1247207Z ##[endgroup]
2026-06-13T10:29:50.1256712Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c90eade1-cd1d-4756-b527-d3cdd8b7d574' before making global git config changes
2026-06-13T10:29:50.1259103Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:29:50.1260997Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T10:29:50.1291822Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-13T10:29:50.1308708Z https://github.com/SaberMage/spt-core
2026-06-13T10:29:50.1318524Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T10:29:50.1320715Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T10:29:50.1337886Z HEAD
2026-06-13T10:29:50.1369366Z ##[endgroup]
2026-06-13T10:29:50.1370310Z [command]/usr/bin/git submodule status
2026-06-13T10:29:50.1540272Z ##[group]Cleaning the repository
2026-06-13T10:29:50.1541808Z [command]/usr/bin/git clean -ffdx
2026-06-13T10:29:50.1566712Z Removing traceable-reqs
2026-06-13T10:29:50.1572987Z [command]/usr/bin/git reset --hard HEAD
2026-06-13T10:29:50.1613560Z HEAD is now at 596e279 Merge b189513c697e4305452b836bcdc14ce1b573c7b4 into d338c2d8a36018ee5d21b548a40483c1cc07b1cc
2026-06-13T10:29:50.1618192Z ##[endgroup]
2026-06-13T10:29:50.1619770Z ##[group]Disabling automatic garbage collection
2026-06-13T10:29:50.1621676Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T10:29:50.1643806Z ##[endgroup]
2026-06-13T10:29:50.1645132Z ##[group]Setting up auth
2026-06-13T10:29:50.1648307Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:29:50.1671055Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:29:50.1857598Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:29:50.1885271Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:29:50.2082246Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:29:50.2117656Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:29:50.2331130Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T10:29:50.2377320Z ##[endgroup]
2026-06-13T10:29:50.2378602Z ##[group]Fetching the repository
2026-06-13T10:29:50.2386328Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b98561f05ce91955413fa74b34fd72d1fc225f1:refs/remotes/pull/8/merge
2026-06-13T10:29:50.7473137Z From https://github.com/SaberMage/spt-core
2026-06-13T10:29:50.7474842Z  * [new ref]         6b98561f05ce91955413fa74b34fd72d1fc225f1 -> pull/8/merge
2026-06-13T10:29:50.7495664Z ##[endgroup]
2026-06-13T10:29:50.7497666Z ##[group]Determining the checkout info
2026-06-13T10:29:50.7499870Z ##[endgroup]
2026-06-13T10:29:50.7502002Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T10:29:50.7545416Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T10:29:50.7574673Z ##[group]Checking out the ref
2026-06-13T10:29:50.7582755Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/8/merge
2026-06-13T10:29:50.7694389Z Previous HEAD position was 596e279 Merge b189513c697e4305452b836bcdc14ce1b573c7b4 into d338c2d8a36018ee5d21b548a40483c1cc07b1cc
2026-06-13T10:29:50.7696872Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T10:29:50.7702770Z ##[endgroup]
2026-06-13T10:29:50.7738918Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T10:29:50.7759663Z 6b98561f05ce91955413fa74b34fd72d1fc225f1
2026-06-13T10:29:50.7962068Z ##[group]Run cargo build --workspace --all-targets
2026-06-13T10:29:50.7963189Z [36;1mcargo build --workspace --all-targets[0m
2026-06-13T10:29:50.7979474Z shell: /usr/bin/bash -e {0}
2026-06-13T10:29:50.7980238Z ##[endgroup]
2026-06-13T10:29:51.1214062Z    Compiling proc-macro2 v1.0.106
2026-06-13T10:29:51.1215444Z    Compiling quote v1.0.45
2026-06-13T10:29:51.1216405Z    Compiling unicode-ident v1.0.24
2026-06-13T10:29:51.1217431Z    Compiling libc v0.2.186
2026-06-13T10:29:51.1218378Z    Compiling serde_core v1.0.228
2026-06-13T10:29:51.1274233Z    Compiling serde v1.0.228
2026-06-13T10:29:51.1288714Z    Compiling cfg-if v1.0.4
2026-06-13T10:29:51.1323751Z    Compiling typenum v1.20.1
2026-06-13T10:29:51.1325370Z    Compiling version_check v0.9.5
2026-06-13T10:29:51.1342147Z    Compiling portable-atomic v1.13.1
2026-06-13T10:29:51.1371269Z    Compiling memchr v2.8.1
2026-06-13T10:29:51.1430794Z    Compiling find-msvc-tools v0.1.9
2026-06-13T10:29:51.1433657Z    Compiling critical-section v1.2.0
2026-06-13T10:29:51.1448384Z    Compiling shlex v2.0.1
2026-06-13T10:29:51.1501733Z    Compiling subtle v2.6.1
2026-06-13T10:29:51.1922159Z    Compiling semver v1.0.28
2026-06-13T10:29:51.2332559Z    Compiling smallvec v1.15.1
2026-06-13T10:29:51.3000386Z    Compiling itoa v1.0.18
2026-06-13T10:29:51.3838583Z    Compiling equivalent v1.0.2
2026-06-13T10:29:51.4184963Z    Compiling pin-project-lite v0.2.17
2026-06-13T10:29:51.4577507Z    Compiling cpufeatures v0.2.17
2026-06-13T10:29:51.4679650Z    Compiling hashbrown v0.17.1
2026-06-13T10:29:51.4681614Z    Compiling log v0.4.32
2026-06-13T10:29:51.5021742Z    Compiling bitflags v2.12.1
2026-06-13T10:29:51.5139850Z    Compiling futures-core v0.3.32
2026-06-13T10:29:51.5326385Z    Compiling bytes v1.11.1
2026-06-13T10:29:51.5412382Z    Compiling rand_core v0.10.1
2026-06-13T10:29:51.5462020Z    Compiling getrandom v0.4.2
2026-06-13T10:29:51.6211709Z    Compiling generic-array v0.14.7
2026-06-13T10:29:51.6792470Z    Compiling rustc_version v0.4.1
2026-06-13T10:29:51.7081566Z    Compiling stable_deref_trait v1.2.1
2026-06-13T10:29:51.7489037Z    Compiling futures-io v0.3.32
2026-06-13T10:29:51.7702355Z    Compiling futures-sink v0.3.32
2026-06-13T10:29:51.7951891Z    Compiling slab v0.4.12
2026-06-13T10:29:51.8081970Z    Compiling futures-task v0.3.32
2026-06-13T10:29:51.8332117Z    Compiling zerocopy v0.8.50
2026-06-13T10:29:51.8821256Z    Compiling futures-channel v0.3.32
2026-06-13T10:29:51.8891594Z    Compiling ahash v0.8.12
2026-06-13T10:29:51.9201426Z    Compiling vcpkg v0.2.15
2026-06-13T10:29:51.9621216Z    Compiling pkg-config v0.3.33
2026-06-13T10:29:51.9754413Z    Compiling fnv v1.0.7
2026-06-13T10:29:52.0241591Z    Compiling zmij v1.0.21
2026-06-13T10:29:52.0581680Z    Compiling autocfg v1.5.1
2026-06-13T10:29:52.1701121Z    Compiling curve25519-dalek v4.1.3
2026-06-13T10:29:52.1981223Z    Compiling signature v2.2.0
2026-06-13T10:29:52.3535563Z    Compiling indexmap v2.14.0
2026-06-13T10:29:52.3536936Z    Compiling ed25519 v2.2.3
2026-06-13T10:29:52.3774911Z    Compiling serde_json v1.0.150
2026-06-13T10:29:52.5721232Z    Compiling cfg_aliases v0.2.1
2026-06-13T10:29:52.6070981Z    Compiling fastrand v2.4.1
2026-06-13T10:29:52.6241819Z    Compiling rustversion v1.0.22
2026-06-13T10:29:52.6351276Z    Compiling syn v2.0.117
2026-06-13T10:29:52.6508409Z    Compiling fallible-iterator v0.3.0
2026-06-13T10:29:52.7106870Z    Compiling litemap v0.8.2
2026-06-13T10:29:52.7321631Z    Compiling writeable v0.6.3
2026-06-13T10:29:52.7541278Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T10:29:52.7851179Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T10:29:52.8941493Z    Compiling icu_properties_data v2.2.0
2026-06-13T10:29:52.9561435Z    Compiling fs_extra v1.3.0
2026-06-13T10:29:52.9651267Z    Compiling dunce v1.0.5
2026-06-13T10:29:52.9851281Z    Compiling utf8_iter v1.0.4
2026-06-13T10:29:53.0306010Z    Compiling anyhow v1.0.102
2026-06-13T10:29:53.0600230Z    Compiling percent-encoding v2.3.2
2026-06-13T10:29:53.0922737Z    Compiling http v1.4.1
2026-06-13T10:29:53.1391073Z    Compiling cpufeatures v0.3.0
2026-06-13T10:29:53.1896852Z    Compiling aws-lc-rs v1.17.0
2026-06-13T10:29:53.2241225Z    Compiling thiserror v2.0.18
2026-06-13T10:29:53.2475280Z    Compiling strsim v0.11.1
2026-06-13T10:29:53.3022224Z    Compiling form_urlencoded v1.2.2
2026-06-13T10:29:53.3221695Z    Compiling chacha20 v0.10.0
2026-06-13T10:29:53.4041863Z    Compiling aho-corasick v1.1.4
2026-06-13T10:29:53.4135878Z    Compiling jobserver v0.1.34
2026-06-13T10:29:53.4777294Z    Compiling crypto-common v0.1.7
2026-06-13T10:29:53.4931924Z    Compiling block-buffer v0.10.4
2026-06-13T10:29:53.5430893Z    Compiling ident_case v1.0.1
2026-06-13T10:29:53.5596960Z    Compiling untrusted v0.9.0
2026-06-13T10:29:53.5868046Z    Compiling digest v0.10.7
2026-06-13T10:29:53.5998202Z    Compiling regex-syntax v0.8.10
2026-06-13T10:29:53.6491118Z    Compiling rustix v1.1.4
2026-06-13T10:29:53.6924945Z    Compiling rustls v0.23.40
2026-06-13T10:29:53.7031422Z    Compiling unicode-segmentation v1.13.3
2026-06-13T10:29:53.8062353Z    Compiling cc v1.2.63
2026-06-13T10:29:53.8497951Z    Compiling sha2 v0.10.9
2026-06-13T10:29:53.8754752Z    Compiling scopeguard v1.2.0
2026-06-13T10:29:53.9521179Z    Compiling atomic-waker v1.1.2
2026-06-13T10:29:53.9678426Z    Compiling const-oid v0.10.2
2026-06-13T10:29:53.9810818Z    Compiling linux-raw-sys v0.12.1
2026-06-13T10:29:54.0251746Z    Compiling lock_api v0.4.14
2026-06-13T10:29:54.0960874Z    Compiling unicode-xid v0.2.6
2026-06-13T10:29:54.2277417Z    Compiling convert_case v0.10.0
2026-06-13T10:29:54.2496747Z    Compiling httparse v1.10.1
2026-06-13T10:29:54.2781009Z    Compiling hybrid-array v0.4.12
2026-06-13T10:29:54.3090759Z    Compiling num-traits v0.2.19
2026-06-13T10:29:54.3091703Z    Compiling paste v1.0.15
2026-06-13T10:29:54.5201751Z    Compiling getrandom v0.2.17
2026-06-13T10:29:54.5331006Z    Compiling socket2 v0.6.4
2026-06-13T10:29:54.5521103Z    Compiling mio v1.2.1
2026-06-13T10:29:54.6331056Z    Compiling http-body v1.0.1
2026-06-13T10:29:54.6491256Z    Compiling powerfmt v0.2.0
2026-06-13T10:29:54.6740994Z    Compiling heck v0.5.0
2026-06-13T10:29:54.7570629Z    Compiling rand_core v0.6.4
2026-06-13T10:29:54.7670635Z    Compiling rand v0.10.1
2026-06-13T10:29:54.8880908Z    Compiling base64ct v1.8.3
2026-06-13T10:29:54.9010562Z    Compiling deranged v0.5.8
2026-06-13T10:29:55.0140787Z    Compiling memoffset v0.6.5
2026-06-13T10:29:55.1399323Z    Compiling cmake v0.1.58
2026-06-13T10:29:55.1504066Z    Compiling time-core v0.1.8
2026-06-13T10:29:55.2030985Z    Compiling thiserror v1.0.69
2026-06-13T10:29:55.3616189Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T10:29:55.3830836Z    Compiling tinyvec_macros v0.1.1
2026-06-13T10:29:55.4571387Z    Compiling tower-service v0.3.3
2026-06-13T10:29:55.4890956Z    Compiling base64 v0.22.1
2026-06-13T10:29:55.5611087Z    Compiling num-conv v0.2.2
2026-06-13T10:29:55.6009754Z    Compiling parking_lot_core v0.9.12
2026-06-13T10:29:55.6690646Z    Compiling try-lock v0.2.5
2026-06-13T10:29:55.6818383Z    Compiling data-encoding v2.11.0
2026-06-13T10:29:55.7761017Z    Compiling want v0.3.1
2026-06-13T10:29:55.8400735Z    Compiling tinyvec v1.11.0
2026-06-13T10:29:55.9680977Z    Compiling crypto-common v0.2.2
2026-06-13T10:29:55.9790623Z    Compiling block-buffer v0.12.0
2026-06-13T10:29:55.9947409Z    Compiling termios v0.2.2
2026-06-13T10:29:56.0422301Z    Compiling ioctl-rs v0.1.6
2026-06-13T10:29:56.0790537Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T10:29:56.1701078Z    Compiling aws-lc-sys v0.41.0
2026-06-13T10:29:56.2270755Z    Compiling ring v0.17.14
2026-06-13T10:29:56.2700519Z    Compiling serial-core v0.4.0
2026-06-13T10:29:56.4660642Z    Compiling vergen-lib v9.1.0
2026-06-13T10:29:56.4760304Z    Compiling inout v0.1.4
2026-06-13T10:29:56.6020653Z    Compiling n0-future v0.3.2
2026-06-13T10:29:56.6220753Z    Compiling httpdate v1.0.3
2026-06-13T10:29:56.6801055Z    Compiling ref-cast v1.0.25
2026-06-13T10:29:56.7060503Z    Compiling cordyceps v0.3.4
2026-06-13T10:29:56.8321520Z    Compiling winnow v1.0.3
2026-06-13T10:29:56.9831229Z    Compiling regex-automata v0.4.14
2026-06-13T10:29:56.9960954Z    Compiling crossbeam-utils v0.8.21
2026-06-13T10:29:57.0650705Z    Compiling diatomic-waker v0.2.3
2026-06-13T10:29:57.1779731Z    Compiling spin v0.10.0
2026-06-13T10:29:57.2300839Z    Compiling parking v2.2.1
2026-06-13T10:29:57.3031562Z    Compiling futures-buffered v0.2.13
2026-06-13T10:29:57.3250620Z    Compiling digest v0.11.3
2026-06-13T10:29:57.3400643Z    Compiling futures-lite v2.6.1
2026-06-13T10:29:57.4645570Z    Compiling cipher v0.4.4
2026-06-13T10:29:57.5521188Z    Compiling netlink-packet-core v0.8.1
2026-06-13T10:29:57.5961871Z    Compiling serial-unix v0.4.0
2026-06-13T10:29:57.6931098Z    Compiling vergen v9.1.0
2026-06-13T10:29:57.7121039Z    Compiling vergen-lib v0.1.6
2026-06-13T10:29:57.7711129Z    Compiling universal-hash v0.5.1
2026-06-13T10:29:57.8440822Z    Compiling noq-udp v0.10.0
2026-06-13T10:29:57.8794183Z    Compiling heapless v0.7.17
2026-06-13T10:29:57.8924565Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T10:29:57.9392973Z    Compiling sync_wrapper v1.0.2
2026-06-13T10:29:57.9521266Z    Compiling either v1.16.0
2026-06-13T10:29:57.9831605Z    Compiling opaque-debug v0.3.1
2026-06-13T10:29:58.0551110Z    Compiling bitflags v1.3.2
2026-06-13T10:29:58.0620739Z    Compiling winnow v0.7.15
2026-06-13T10:29:58.1134149Z    Compiling pin-utils v0.1.0
2026-06-13T10:29:58.1210686Z    Compiling toml_write v0.1.2
2026-06-13T10:29:58.1394998Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T10:29:58.1594430Z    Compiling byteorder v1.5.0
2026-06-13T10:29:58.1630992Z    Compiling nix v0.25.1
2026-06-13T10:29:58.2043105Z    Compiling synstructure v0.13.2
2026-06-13T10:29:58.2651077Z    Compiling darling_core v0.20.11
2026-06-13T10:29:58.3451481Z    Compiling serde_derive_internals v0.29.1
2026-06-13T10:29:58.3610805Z    Compiling hash32 v0.2.1
2026-06-13T10:29:58.5719626Z    Compiling polyval v0.6.2
2026-06-13T10:29:58.6000309Z    Compiling parking_lot v0.12.5
2026-06-13T10:29:58.6330870Z    Compiling serial v0.4.0
2026-06-13T10:29:58.7318255Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T10:29:58.8402805Z    Compiling spin v0.9.8
2026-06-13T10:29:58.8441414Z    Compiling vergen-gitcl v1.0.8
2026-06-13T10:29:59.0078761Z    Compiling num_threads v0.1.7
2026-06-13T10:29:59.0362406Z    Compiling dyn-clone v1.0.20
2026-06-13T10:29:59.0628199Z    Compiling downcast-rs v1.2.1
2026-06-13T10:29:59.1547908Z    Compiling tower-layer v0.3.3
2026-06-13T10:29:59.1643321Z    Compiling shell-words v1.1.1
2026-06-13T10:29:59.1761578Z    Compiling signature v3.0.0
2026-06-13T10:29:59.3163892Z    Compiling time v0.3.47
2026-06-13T10:29:59.3310188Z    Compiling ghash v0.5.1
2026-06-13T10:29:59.3490030Z    Compiling aes v0.8.4
2026-06-13T10:29:59.3601858Z    Compiling ctr v0.9.2
2026-06-13T10:29:59.4390462Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T10:29:59.5261153Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T10:29:59.5694953Z    Compiling http-body-util v0.1.3
2026-06-13T10:29:59.5930758Z    Compiling aead v0.5.2
2026-06-13T10:29:59.7601646Z    Compiling openssl-probe v0.2.1
2026-06-13T10:29:59.8341246Z    Compiling crossbeam-channel v0.5.15
2026-06-13T10:29:59.9400485Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T10:29:59.9639677Z    Compiling netlink-packet-route v0.29.0
2026-06-13T10:30:00.2080619Z    Compiling regex v1.12.3
2026-06-13T10:30:00.3180619Z    Compiling aes-gcm v0.10.3
2026-06-13T10:30:00.3920040Z    Compiling proc-macro-crate v3.5.0
2026-06-13T10:30:00.4171182Z    Compiling serde_derive v1.0.228
2026-06-13T10:30:00.4909643Z    Compiling zeroize_derive v1.4.3
2026-06-13T10:30:00.5731026Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T10:30:00.9367693Z    Compiling tokio-macros v2.7.0
2026-06-13T10:30:00.9703356Z    Compiling futures-macro v0.3.32
2026-06-13T10:30:01.0223594Z    Compiling zerofrom-derive v0.1.7
2026-06-13T10:30:01.0595115Z    Compiling yoke-derive v0.8.2
2026-06-13T10:30:01.2490176Z    Compiling zeroize v1.8.2
2026-06-13T10:30:01.3681305Z    Compiling zerovec-derive v0.11.3
2026-06-13T10:30:01.3780606Z    Compiling displaydoc v0.2.6
2026-06-13T10:30:01.6640830Z    Compiling tracing-attributes v0.1.31
2026-06-13T10:30:01.7480905Z    Compiling rustls-pki-types v1.14.1
2026-06-13T10:30:01.8900796Z    Compiling tokio v1.52.3
2026-06-13T10:30:02.0040832Z    Compiling thiserror-impl v2.0.18
2026-06-13T10:30:02.0624274Z    Compiling futures-util v0.3.32
2026-06-13T10:30:02.5739067Z    Compiling darling_macro v0.20.11
2026-06-13T10:30:02.5892719Z    Compiling derive_more-impl v2.1.1
2026-06-13T10:30:02.8229259Z    Compiling zerofrom v0.1.8
2026-06-13T10:30:02.9315188Z    Compiling yoke v0.8.3
2026-06-13T10:30:03.0300671Z    Compiling ed25519-dalek v2.2.0
2026-06-13T10:30:03.1271547Z    Compiling zerovec v0.11.6
2026-06-13T10:30:03.1400873Z    Compiling zerotrie v0.2.4
2026-06-13T10:30:03.4044996Z    Compiling spt-proto v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-13T10:30:03.4144486Z    Compiling darling v0.20.11
2026-06-13T10:30:03.4795438Z    Compiling derive_builder_core v0.20.2
2026-06-13T10:30:03.5734508Z    Compiling spez v0.1.2
2026-06-13T10:30:03.6550865Z    Compiling n0-error-macros v0.1.3
2026-06-13T10:30:03.6860675Z    Compiling der v0.8.0-rc.10
2026-06-13T10:30:03.7641148Z    Compiling thiserror-impl v1.0.69
2026-06-13T10:30:03.8487023Z    Compiling tinystr v0.8.3
2026-06-13T10:30:03.8873012Z    Compiling potential_utf v0.1.5
2026-06-13T10:30:04.0134251Z    Compiling icu_collections v2.2.0
2026-06-13T10:30:04.1284242Z    Compiling icu_locale_core v2.2.0
2026-06-13T10:30:04.1960774Z    Compiling pin-project-internal v1.1.13
2026-06-13T10:30:04.8280907Z    Compiling ref-cast-impl v1.0.25
2026-06-13T10:30:05.0270785Z    Compiling n0-error v0.1.3
2026-06-13T10:30:05.1098004Z    Compiling derive_builder_macro v0.20.2
2026-06-13T10:30:05.3556042Z    Compiling icu_provider v2.2.0
2026-06-13T10:30:05.4063616Z    Compiling spki v0.8.0-rc.4
2026-06-13T10:30:05.5081846Z    Compiling derive_builder v0.20.2
2026-06-13T10:30:05.5410736Z    Compiling filedescriptor v0.8.3
2026-06-13T10:30:05.5598618Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T10:30:05.6133174Z    Compiling schemars_derive v1.2.1
2026-06-13T10:30:05.7440675Z    Compiling icu_properties v2.2.0
2026-06-13T10:30:05.7831028Z    Compiling icu_normalizer v2.2.0
2026-06-13T10:30:05.8068452Z    Compiling pin-project v1.1.13
2026-06-13T10:30:05.9041368Z    Compiling portable-pty v0.8.1
2026-06-13T10:30:05.9814128Z    Compiling cobs v0.3.0
2026-06-13T10:30:05.9958841Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T10:30:06.0920997Z    Compiling futures-executor v0.3.32
2026-06-13T10:30:06.2180693Z    Compiling ipnet v2.12.0
2026-06-13T10:30:06.2502295Z    Compiling toml_datetime v0.6.11
2026-06-13T10:30:06.3227752Z    Compiling serde_spanned v0.6.9
2026-06-13T10:30:06.3343242Z    Compiling futures v0.3.32
2026-06-13T10:30:06.4610739Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T10:30:06.5230879Z    Compiling toml_edit v0.22.27
2026-06-13T10:30:06.6877752Z    Compiling prefix-trie v0.8.4
2026-06-13T10:30:06.8241570Z    Compiling postcard-derive v0.2.2
2026-06-13T10:30:06.8920756Z    Compiling data-encoding-macro v0.1.20
2026-06-13T10:30:06.9770884Z    Compiling once_cell v1.21.4
2026-06-13T10:30:07.1440677Z    Compiling rustls-native-certs v0.8.4
2026-06-13T10:30:07.3570733Z    Compiling tracing-core v0.1.36
2026-06-13T10:30:07.3744202Z    Compiling idna_adapter v1.2.2
2026-06-13T10:30:07.4680440Z    Compiling tempfile v3.27.0
2026-06-13T10:30:07.5371232Z    Compiling hashbrown v0.14.5
2026-06-13T10:30:07.5620789Z    Compiling idna v1.1.0
2026-06-13T10:30:07.5870935Z    Compiling postcard v1.1.3
2026-06-13T10:30:07.6590577Z    Compiling num_enum_derive v0.7.6
2026-06-13T10:30:07.6841486Z    Compiling derive_more v2.1.1
2026-06-13T10:30:07.7540665Z    Compiling schemars v1.2.1
2026-06-13T10:30:07.7720945Z    Compiling strum_macros v0.28.0
2026-06-13T10:30:07.9279871Z    Compiling tracing v0.1.44
2026-06-13T10:30:08.0261492Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T10:30:08.1201025Z    Compiling url v2.5.8
2026-06-13T10:30:08.2180597Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T10:30:08.3710687Z    Compiling async-trait v0.1.89
2026-06-13T10:30:08.4392635Z    Compiling hashlink v0.9.1
2026-06-13T10:30:08.4781262Z    Compiling tokio-util v0.7.18
2026-06-13T10:30:08.5054570Z    Compiling netlink-sys v0.8.8
2026-06-13T10:30:08.8320822Z    Compiling tower v0.5.3
2026-06-13T10:30:08.8650724Z    Compiling enum-assoc v1.3.0
2026-06-13T10:30:08.8781644Z    Compiling blake3 v1.8.5
2026-06-13T10:30:08.9039951Z    Compiling uuid v1.23.2
2026-06-13T10:30:08.9369299Z    Compiling rusqlite v0.32.1
2026-06-13T10:30:09.0139288Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T10:30:09.0320233Z    Compiling noq v0.18.0
2026-06-13T10:30:09.2940378Z    Compiling toml v0.8.23
2026-06-13T10:30:09.3040313Z    Compiling netwatch v0.16.0
2026-06-13T10:30:09.4383529Z    Compiling acto v0.8.2
2026-06-13T10:30:09.5190771Z    Compiling xml-rs v0.8.28
2026-06-13T10:30:09.5651092Z    Compiling h2 v0.4.14
2026-06-13T10:30:09.6964703Z    Compiling identity-hash v0.1.0
2026-06-13T10:30:09.7424312Z    Compiling ryu v1.0.23
2026-06-13T10:30:09.7833785Z    Compiling rustc-hash v2.1.2
2026-06-13T10:30:09.8001903Z    Compiling lru-slab v0.1.2
2026-06-13T10:30:09.8301017Z    Compiling foldhash v0.2.0
2026-06-13T10:30:09.9290590Z    Compiling mac-addr v0.3.0
2026-06-13T10:30:09.9430971Z    Compiling tagptr v0.2.0
2026-06-13T10:30:09.9600662Z    Compiling allocator-api2 v0.2.21
2026-06-13T10:30:10.0051353Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T10:30:10.1360624Z    Compiling netdev v0.42.0
2026-06-13T10:30:10.1520717Z    Compiling moka v0.12.15
2026-06-13T10:30:10.1650963Z    Compiling iroh-metrics v0.38.3
2026-06-13T10:30:10.4781418Z    Compiling spt-store v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-13T10:30:10.4790358Z    Compiling hashbrown v0.16.1
2026-06-13T10:30:10.6442943Z    Compiling xmltree v0.10.3
2026-06-13T10:30:10.7000857Z    Compiling n0-watcher v0.6.1
2026-06-13T10:30:10.9781216Z    Compiling tokio-stream v0.1.18
2026-06-13T10:30:11.0161119Z    Compiling tower-http v0.6.11
2026-06-13T10:30:11.0441057Z    Compiling strum v0.28.0
2026-06-13T10:30:11.1700754Z    Compiling iroh-base v0.98.0
2026-06-13T10:30:11.3991407Z    Compiling attohttpc v0.30.1
2026-06-13T10:30:11.4850918Z    Compiling num_enum v0.7.6
2026-06-13T10:30:11.5437315Z    Compiling netlink-proto v0.12.0
2026-06-13T10:30:11.5827473Z    Compiling iroh-relay v0.98.0
2026-06-13T10:30:11.5968338Z    Compiling netlink-packet-route v0.30.0
2026-06-13T10:30:11.6049440Z    Compiling simple-dns v0.9.3
2026-06-13T10:30:11.6910628Z    Compiling arrayvec v0.7.6
2026-06-13T10:30:11.7519214Z    Compiling sha1_smol v1.0.1
2026-06-13T10:30:11.8579569Z    Compiling simdutf8 v0.1.5
2026-06-13T10:30:11.9301005Z    Compiling smol_str v0.1.24
2026-06-13T10:30:11.9730808Z    Compiling arrayref v0.3.9
2026-06-13T10:30:12.0080559Z    Compiling resolv-conf v0.7.6
2026-06-13T10:30:12.0270894Z    Compiling constant_time_eq v0.4.2
2026-06-13T10:30:12.0702587Z    Compiling lru v0.16.4
2026-06-13T10:30:12.2132827Z    Compiling webpki-roots v1.0.7
2026-06-13T10:30:12.2616704Z    Compiling serde_bytes v0.11.19
2026-06-13T10:30:12.2944431Z    Compiling seize v0.5.1
2026-06-13T10:30:12.3081985Z    Compiling hmac v0.12.1
2026-06-13T10:30:12.3461016Z    Compiling iroh v0.98.2
2026-06-13T10:30:12.4449566Z    Compiling cmov v0.5.4
2026-06-13T10:30:12.5480906Z    Compiling papaya v0.2.4
2026-06-13T10:30:12.5640745Z    Compiling hkdf v0.12.4
2026-06-13T10:30:12.6111125Z    Compiling backon v1.6.0
2026-06-13T10:30:12.6711369Z    Compiling sha1 v0.10.6
2026-06-13T10:30:12.7220777Z    Compiling spake2 v0.4.0
2026-06-13T10:30:12.7751029Z    Compiling ctutils v0.4.2
2026-06-13T10:30:12.7838259Z    Compiling doctest-file v1.1.1
2026-06-13T10:30:12.7881249Z    Compiling utf8parse v0.2.2
2026-06-13T10:30:12.9190631Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T10:30:12.9321498Z    Compiling anstyle-parse v1.0.0
2026-06-13T10:30:12.9460352Z    Compiling anstyle-query v1.1.5
2026-06-13T10:30:12.9695214Z    Compiling colorchoice v1.0.5
2026-06-13T10:30:12.9933824Z    Compiling anstyle v1.0.14
2026-06-13T10:30:13.0367119Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T10:30:13.0561250Z    Compiling iroh-dns v0.98.0
2026-06-13T10:30:13.0793802Z    Compiling terminal_size v0.4.4
2026-06-13T10:30:13.0984104Z    Compiling clap_lex v1.1.0
2026-06-13T10:30:13.1167897Z    Compiling clap_derive v4.6.1
2026-06-13T10:30:13.1263958Z    Compiling iana-time-zone v0.1.65
2026-06-13T10:30:13.1448883Z    Compiling qrcode v0.14.1
2026-06-13T10:30:13.2620654Z    Compiling anstream v1.0.0
2026-06-13T10:30:13.3927574Z    Compiling spt-msg v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-13T10:30:13.4534996Z    Compiling interprocess v2.4.2
2026-06-13T10:30:13.5460511Z    Compiling chrono v0.4.45
2026-06-13T10:30:13.7182119Z    Compiling clap_builder v4.6.0
2026-06-13T10:30:13.8051414Z    Compiling spt-runtime v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-13T10:30:14.3167848Z    Compiling spt-term v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-13T10:30:14.3291501Z    Compiling mock-adapter v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-13T10:30:15.5563437Z    Compiling hyper v1.10.1
2026-06-13T10:30:16.4361274Z    Compiling spt-live v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-13T10:30:16.8520601Z    Compiling clap v4.6.1
2026-06-13T10:30:17.3710834Z    Compiling hyper-util v0.1.20
2026-06-13T10:30:19.6656568Z    Compiling igd-next v0.17.1
2026-06-13T10:30:21.0430689Z    Compiling portmapper v0.16.0
2026-06-13T10:30:26.8924583Z    Compiling rustls-webpki v0.103.13
2026-06-13T10:30:29.4566438Z    Compiling tokio-rustls v0.26.4
2026-06-13T10:30:29.4570296Z    Compiling noq-proto v0.17.0
2026-06-13T10:30:29.4570673Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T10:30:29.6340008Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T10:30:29.6340609Z    Compiling hyper-rustls v0.27.9
2026-06-13T10:30:29.6341018Z    Compiling tokio-websockets v0.13.2
2026-06-13T10:30:29.7808382Z    Compiling reqwest v0.13.4
2026-06-13T10:30:30.8329969Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T10:30:46.3505362Z    Compiling spt-net v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-13T10:30:47.9045853Z    Compiling spt-daemon v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-13T10:30:56.0425325Z    Compiling spt v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-13T10:31:08.4520555Z    Compiling xtask v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-13T10:31:25.5783763Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
2026-06-13T10:31:25.6570870Z ##[group]Run cargo test --workspace
2026-06-13T10:31:25.6571204Z [36;1mcargo test --workspace[0m
2026-06-13T10:31:25.6757094Z shell: /usr/bin/bash -e {0}
2026-06-13T10:31:25.6757400Z ##[endgroup]
2026-06-13T10:31:26.4214532Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.72s
2026-06-13T10:31:26.4455280Z      Running unittests src/main.rs (target/debug/deps/mock_session-8e46e5a08cf9ddb3)
2026-06-13T10:31:26.4480992Z 
2026-06-13T10:31:26.4481260Z running 0 tests
2026-06-13T10:31:26.4481517Z 
2026-06-13T10:31:26.4481947Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:31:26.4482324Z 
2026-06-13T10:31:26.4482930Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-e1297c936c580308)
2026-06-13T10:31:26.4510669Z 
2026-06-13T10:31:26.4510958Z running 0 tests
2026-06-13T10:31:26.4511143Z 
2026-06-13T10:31:26.4511595Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:31:26.4512120Z 
2026-06-13T10:31:26.4513035Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-1dacd23bf833b1ec)
2026-06-13T10:31:26.4543280Z 
2026-06-13T10:31:26.4543433Z running 3 tests
2026-06-13T10:31:26.4591174Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-13T10:31:26.4591555Z test mock_manifest_parses_and_validates ... ok
2026-06-13T10:31:26.4591893Z test mock_has_no_claude_code_conventions ... ok
2026-06-13T10:31:26.4592118Z 
2026-06-13T10:31:26.4592371Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:31:26.4592709Z 
2026-06-13T10:31:26.4594531Z      Running unittests src/main.rs (target/debug/deps/spt-3f13af436cf0124e)
2026-06-13T10:31:26.4627304Z 
2026-06-13T10:31:26.4627562Z running 119 tests
2026-06-13T10:31:26.4638655Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-13T10:31:26.4639275Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-13T10:31:26.4639766Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-13T10:31:26.4640224Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-13T10:31:26.4640614Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-13T10:31:26.4640989Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-13T10:31:26.4641323Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-13T10:31:26.4641651Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-13T10:31:26.4644509Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-13T10:31:26.4648183Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-13T10:31:26.4654315Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-13T10:31:26.4654663Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-13T10:31:26.4656521Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-13T10:31:26.4658221Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-13T10:31:26.5375456Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-13T10:31:26.6058738Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-13T10:31:26.6837474Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-13T10:31:26.6840637Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-13T10:31:26.7075925Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-13T10:31:26.8154307Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-13T10:31:26.8156441Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-13T10:31:26.8166876Z test api::tests::adapter_is_required ... ok
2026-06-13T10:31:26.8223691Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-13T10:31:26.8227500Z test api::reporting::tests::history_log_appends ... ok
2026-06-13T10:31:26.8227990Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-13T10:31:26.8232724Z test api::tests::state_value_is_validated ... ok
2026-06-13T10:31:26.8236433Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-13T10:31:26.8252020Z test api::tests::surface_parses ... ok
2026-06-13T10:31:26.8481892Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-13T10:31:26.8719428Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-13T10:31:26.8752513Z test cli::tests::access_subcommands_parse ... ok
2026-06-13T10:31:26.8816638Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-13T10:31:26.9068139Z test api::startup::tests::bind_with_type_establishes_a_gateway_endpoint ... ok
2026-06-13T10:31:26.9098502Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-13T10:31:26.9123747Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-13T10:31:26.9124434Z test cli::tests::connection_lines_net_less_hides_stale_heartbeat ... ok
2026-06-13T10:31:26.9126995Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-13T10:31:26.9129306Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-13T10:31:26.9189257Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-13T10:31:26.9190986Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-13T10:31:26.9225219Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-13T10:31:26.9225777Z test cli::tests::daemon_offline_hint_only_when_down ... ok
2026-06-13T10:31:26.9245534Z test api::startup::tests::missing_seed_refused ... ok
2026-06-13T10:31:26.9256814Z test cli::tests::digest_flag_defaults ... ok
2026-06-13T10:31:26.9257496Z test cli::tests::daemon_subcommands_parse ... ok
2026-06-13T10:31:26.9257991Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-13T10:31:26.9273234Z test cli::tests::endpoint_role_parses ... ok
2026-06-13T10:31:26.9288061Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-13T10:31:26.9289058Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-13T10:31:26.9341928Z test cli::tests::endpoint_subcommands_parse ... ok
2026-06-13T10:31:26.9368223Z test cli::tests::grant_subcommands_parse ... ok
2026-06-13T10:31:26.9396201Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-13T10:31:26.9456841Z test cli::tests::hot_path_flat_and_moved_verbs_gone ... ok
2026-06-13T10:31:26.9468251Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-13T10:31:26.9481030Z test cli::tests::invalid_usage_errors ... ok
2026-06-13T10:31:26.9481434Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-13T10:31:26.9489895Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-13T10:31:26.9491237Z test cli::tests::node_level_label_names_an_endpointless_peer ... ok
2026-06-13T10:31:26.9492142Z test cli::tests::node_rows_disambiguate_only_on_label_collision ... ok
2026-06-13T10:31:26.9493652Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-13T10:31:26.9495791Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-13T10:31:26.9500069Z test cli::tests::notify_subnet_resolution_home_default ... ok
2026-06-13T10:31:26.9526649Z test cli::tests::notify_surface_parses ... ok
2026-06-13T10:31:26.9527256Z test cli::tests::origin_set_and_asset_urls_latest_and_tag ... ok
2026-06-13T10:31:26.9581207Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-13T10:31:26.9591739Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-13T10:31:26.9592615Z test cli::tests::pending_message_renders_semver_or_counter_fallback_and_never_claims_applied ... ok
2026-06-13T10:31:26.9744480Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-13T10:31:26.9801404Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-13T10:31:26.9809490Z test api::reporting::tests::hint_once_per_session_one_per_message ... ok
2026-06-13T10:31:26.9810213Z test cli::tests::prune_candidates_resolve_never_guess ... ok
2026-06-13T10:31:26.9818096Z test api::tests::load_manifest_resolves_composite_adapter_option ... ok
2026-06-13T10:31:26.9819531Z test cli::tests::ring_timeout_defaults ... ok
2026-06-13T10:31:26.9825350Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-13T10:31:26.9828488Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-13T10:31:26.9835294Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-13T10:31:26.9838123Z test cli::tests::send_user_msg_flag_parses ... ok
2026-06-13T10:31:27.0322750Z test cli::tests::run_bounded_yields_value_or_timeout_default ... ok
2026-06-13T10:31:27.0559664Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-13T10:31:27.1016471Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-13T10:31:27.1022171Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-13T10:31:27.1049043Z test cli::tests::adapter_profile_verbs_local_only ... ok
2026-06-13T10:31:27.1080403Z test cli::tests::adapter_string_verbs ... ok
2026-06-13T10:31:27.1080975Z test cli::tests::apply_user_msg_gate_local_origination ... ok
2026-06-13T10:31:27.1105407Z test cli::tests::shell_subcommands_parse ... ok
2026-06-13T10:31:27.1177439Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-13T10:31:27.1203895Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-13T10:31:27.1214650Z test cli::tests::subcommands_parse ... ok
2026-06-13T10:31:27.1217785Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-13T10:31:27.1218443Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-13T10:31:27.1219331Z test cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation ... ok
2026-06-13T10:31:27.1221153Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-13T10:31:27.1223486Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-13T10:31:27.1223967Z test elevation::tests::admin_terminal_style_has_no_command_prefix ... ok
2026-06-13T10:31:27.1224698Z test elevation::tests::auto_elevate_only_when_unix_interactive_and_unelevated ... ok
2026-06-13T10:31:27.1225210Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-13T10:31:27.1225693Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-13T10:31:27.1226164Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-13T10:31:27.1226837Z test elevation::tests::sudo_rerun_shell_quotes_spaced_args ... ok
2026-06-13T10:31:27.1227317Z test elevation::tests::sudo_rerun_uses_absolute_path_not_bare_name ... ok
2026-06-13T10:31:27.1231879Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-13T10:31:27.1232992Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-13T10:31:27.1283159Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-13T10:31:27.1304537Z test cli::tests::probe_all_timeout_settles_false_without_stalling_batch ... ok
2026-06-13T10:31:27.1753371Z test cli::tests::probe_all_runs_concurrently_in_input_order ... ok
2026-06-13T10:31:27.2778110Z test cli::tests::endpoint_role_overwrite_is_the_sole_writer ... ok
2026-06-13T10:31:27.4616355Z test cli::tests::probe_all_cap_batches_into_windows ... ok
2026-06-13T10:31:27.7458312Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-13T10:31:42.8626319Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-13T10:31:43.0273853Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-13T10:31:43.0307903Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-13T10:31:43.0328122Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-13T10:31:43.1290365Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-13T10:31:43.1363875Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-13T10:31:53.2115497Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-13T10:31:53.2143564Z test cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap ... ok
2026-06-13T10:31:53.2146672Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-13T10:31:53.4636343Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-13T10:31:53.5672359Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-13T10:31:53.5672774Z 
2026-06-13T10:31:53.5673202Z test result: ok. 119 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 27.10s
2026-06-13T10:31:53.5674256Z 
2026-06-13T10:31:53.5713009Z      Running tests/brain_respawn_rename.rs (target/debug/deps/brain_respawn_rename-c57e276385a58943)
2026-06-13T10:31:53.5738772Z 
2026-06-13T10:31:53.5739083Z running 1 test
2026-06-13T10:32:01.9640191Z BRAIN_UP: connected to broker spt-daemon-broker-92524a3e427ff5f9.sock (pid 1791022, generation 0, start-reason cold)
2026-06-13T10:32:10.6082051Z BRAIN_NET_CONSUMERS_UP: net enabled (node d0f8cf5bf5cb1384b4f009be5fed0acdc89ebecb089d652b8334d3ec257fc2c9) — dispatcher + peer pump started
2026-06-13T10:32:10.6083775Z PUMP_IPC_READER: spawned
2026-06-13T10:32:18.7654701Z BRAIN_EXIT: brain child exited (signal: 9 (SIGKILL)) — respawning
2026-06-13T10:32:18.7655502Z BRAIN_RESTART: supervised respawn in 4s
2026-06-13T10:32:22.7743224Z BRAIN_UP: connected to broker spt-daemon-broker-92524a3e427ff5f9.sock (pid 1791058, generation 1, start-reason crash)
2026-06-13T10:32:31.0596840Z test brain_respawns_onto_applied_bytes_after_in_place_rename ... ok
2026-06-13T10:32:31.0597376Z 
2026-06-13T10:32:31.0597657Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 37.49s
2026-06-13T10:32:31.0598424Z 
2026-06-13T10:32:31.0600448Z      Running tests/brain_split.rs (target/debug/deps/brain_split-e001531229bd94fe)
2026-06-13T10:32:31.0737824Z 
2026-06-13T10:32:31.0738596Z running 2 tests
2026-06-13T10:32:31.1131047Z BRAIN_UP: connected to broker spt-daemon-broker-ad7c8a33b68cf092.sock (pid 1791084, generation 0, start-reason cold)
2026-06-13T10:32:31.1143419Z BRAIN_UP: connected to broker spt-daemon-broker-567d87108528449d.sock (pid 1791083, generation 0, start-reason cold)
2026-06-13T10:32:39.5088476Z BRAIN_EXIT: brain child exited (signal: 9 (SIGKILL)) — respawning
2026-06-13T10:32:39.5089396Z BRAIN_EXIT: brain child exited (signal: 9 (SIGKILL)BRAIN_RESTART: supervised respawn in ) — respawning
2026-06-13T10:32:39.5090134Z 4s
2026-06-13T10:32:39.5090438Z BRAIN_RESTART: supervised respawn in 4s
2026-06-13T10:32:43.5169154Z BRAIN_UP: connected to broker BRAIN_UP: connected to broker spt-daemon-broker-567d87108528449d.sockspt-daemon-broker-ad7c8a33b68cf092.sock (pid  (pid 17912531791252, generation , generation 11, start-reason , start-reason crashcrash)
2026-06-13T10:32:43.5171051Z )
2026-06-13T10:32:51.8285554Z test broker_survives_brain_kill_and_respawns_it ... ok
2026-06-13T10:32:51.8603563Z test seed_anchor_survives_brain_cycle ... ok
2026-06-13T10:32:51.8603933Z 
2026-06-13T10:32:51.8604280Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.79s
2026-06-13T10:32:51.8604803Z 
2026-06-13T10:32:51.8606019Z      Running tests/brain_survive.rs (target/debug/deps/brain_survive-f93a87eb85e3f693)
2026-06-13T10:32:51.8635325Z 
2026-06-13T10:32:51.8635575Z running 1 test
2026-06-13T10:33:08.6465209Z BRAIN_UP: connected to broker spt-daemon-broker-51ed071f76fc13c6.sock (pid 1791613, generation 0, start-reason cold)
2026-06-13T10:33:08.6467390Z BRAIN_RESUMED: re-attached 1 session(s): [1]
2026-06-13T10:33:16.8525048Z BRAIN_UP: connected to broker spt-daemon-broker-51ed071f76fc13c6.sock (pid 1791616, generation 1, start-reason update)
2026-06-13T10:33:16.8527982Z BRAIN_RESUMED: re-attached 1 session(s): [1]
2026-06-13T10:33:25.1692587Z test pty_and_quic_survive_brain_process_restart_onto_swapped_binary ... ok
2026-06-13T10:33:25.1694693Z 
2026-06-13T10:33:25.1695508Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 33.31s
2026-06-13T10:33:25.1696175Z 
2026-06-13T10:33:25.1714459Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-c58f5a5cd8bdec65)
2026-06-13T10:33:25.1727855Z 
2026-06-13T10:33:25.1728132Z running 4 tests
2026-06-13T10:33:25.1870961Z SEEDED:1791633
2026-06-13T10:33:25.6923205Z test live_agent_lifecycle_e2e ... ok
2026-06-13T10:33:26.0562458Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-13T10:33:26.1597717Z test mock_adapter_drives_the_full_contract ... ok
2026-06-13T10:33:26.2040493Z SEEDED:1791633
2026-06-13T10:33:26.4986493Z test seed_then_listen_binds_and_relays ... ok
2026-06-13T10:33:26.4986912Z 
2026-06-13T10:33:26.4987319Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
2026-06-13T10:33:26.4987722Z 
2026-06-13T10:33:26.4992752Z      Running tests/gateway_e2e.rs (target/debug/deps/gateway_e2e-131cc2f87a88d464)
2026-06-13T10:33:26.5035378Z 
2026-06-13T10:33:26.5035797Z running 1 test
2026-06-13T10:33:26.6290614Z BOUND:ordinary-agent token=4ffc70b58a71c62af7ff9efcf48c0f31
2026-06-13T10:33:26.6767656Z test gateway_binds_and_is_the_user_backed_origin ... ok
2026-06-13T10:33:26.6767985Z 
2026-06-13T10:33:26.6768304Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
2026-06-13T10:33:26.6768652Z 
2026-06-13T10:33:26.6774019Z      Running tests/n1_compat.rs (target/debug/deps/n1_compat-95c8a1330a7b53f2)
2026-06-13T10:33:26.6800337Z 
2026-06-13T10:33:26.6800676Z running 1 test
2026-06-13T10:33:27.8869496Z test brain_accepts_old_and_new_broker_argv ... ok
2026-06-13T10:33:27.8869958Z 
2026-06-13T10:33:27.8870273Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s
2026-06-13T10:33:27.8870778Z 
2026-06-13T10:33:27.8872321Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-be36ffbaf1f85fb1)
2026-06-13T10:33:27.8882518Z 
2026-06-13T10:33:27.8882799Z running 1 test
2026-06-13T10:33:27.8884710Z test new_brain_serves_against_old_broker ... ok
2026-06-13T10:33:27.8885200Z 
2026-06-13T10:33:27.8885490Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:27.8885814Z 
2026-06-13T10:33:27.8886678Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-8925db7efb701324)
2026-06-13T10:33:27.9041644Z 
2026-06-13T10:33:27.9042116Z running 1 test
2026-06-13T10:33:27.9044377Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-13T10:33:27.9045799Z 
2026-06-13T10:33:27.9046250Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:27.9046932Z 
2026-06-13T10:33:27.9048679Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-24d25e84069eeb85)
2026-06-13T10:33:27.9071721Z 
2026-06-13T10:33:27.9072022Z running 1 test
2026-06-13T10:33:27.9073959Z test install_script_against_staged_release ... ok
2026-06-13T10:33:27.9074445Z 
2026-06-13T10:33:27.9074758Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:27.9075190Z 
2026-06-13T10:33:27.9075615Z      Running tests/quickstart_e2e.rs (target/debug/deps/quickstart_e2e-2279b32cb85bde88)
2026-06-13T10:33:27.9098247Z 
2026-06-13T10:33:27.9098514Z running 1 test
2026-06-13T10:33:28.2905266Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-13T10:33:28.2905724Z 
2026-06-13T10:33:28.2906195Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
2026-06-13T10:33:28.2906697Z 
2026-06-13T10:33:28.2907959Z      Running tests/release_verify_e2e.rs (target/debug/deps/release_verify_e2e-e8974f5d51852b6b)
2026-06-13T10:33:28.2918790Z 
2026-06-13T10:33:28.2919161Z running 1 test
2026-06-13T10:33:28.2921058Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-13T10:33:28.2921514Z 
2026-06-13T10:33:28.2921791Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:28.2922162Z 
2026-06-13T10:33:28.2923265Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-404406289cd1fe54)
2026-06-13T10:33:28.2935247Z 
2026-06-13T10:33:28.2935547Z running 1 test
2026-06-13T10:33:28.5731823Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-13T10:33:28.5732238Z 
2026-06-13T10:33:28.5732594Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
2026-06-13T10:33:28.5733164Z 
2026-06-13T10:33:28.5736922Z      Running tests/shell_sleepwake_e2e.rs (target/debug/deps/shell_sleepwake_e2e-73ca6e2ff6226590)
2026-06-13T10:33:28.5790595Z 
2026-06-13T10:33:28.5790871Z running 1 test
2026-06-13T10:33:29.5722532Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-13T10:33:29.5723089Z 
2026-06-13T10:33:29.5723579Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s
2026-06-13T10:33:29.5724085Z 
2026-06-13T10:33:29.5731382Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-cf7e3b4f9feefcc2)
2026-06-13T10:33:29.5764673Z 
2026-06-13T10:33:29.5765272Z running 283 tests
2026-06-13T10:33:29.5797576Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-13T10:33:29.5810311Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-13T10:33:29.5811504Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-13T10:33:29.5812523Z test access::tests::gate_decision_table ... ok
2026-06-13T10:33:29.5813479Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-13T10:33:29.5814623Z test brainproc::tests::appended_padding_flips_exe_hash ... ok
2026-06-13T10:33:29.5815709Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-13T10:33:29.5823516Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-13T10:33:29.5824426Z test brainproc::tests::bytes_gate_truth_table ... ok
2026-06-13T10:33:29.5825332Z test brainproc::tests::brain_child_args_carry_generation_and_reason ... ok
2026-06-13T10:33:29.5826241Z test brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy ... ok
2026-06-13T10:33:29.5860855Z test brainproc::tests::consumer_gate_spawns_once_when_net_enabled ... ok
2026-06-13T10:33:29.5861975Z test applyhost::tests::brain_restart_verb_raises_the_supervisor_signal ... ok
2026-06-13T10:33:29.5863083Z test brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes ... ok
2026-06-13T10:33:29.5899923Z test brainproc::tests::ready_exe_hash_parses_and_is_n1_readable ... ok
2026-06-13T10:33:29.5900907Z test brainproc::tests::ready_generation_parses_stamp_and_fails_safe ... ok
2026-06-13T10:33:29.5920501Z test brainproc::tests::ready_generation_at_reads_file_and_absent_is_none ... ok
2026-06-13T10:33:29.5921344Z test brainproc::tests::rollback_running_version_is_prior_not_n_minus_one ... ok
2026-06-13T10:33:29.5922055Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-13T10:33:29.5922536Z test brainproc::tests::planned_restart_respawns_with_update_reason ... ok
2026-06-13T10:33:29.5923070Z test brainproc::tests::start_reason_arg_round_trips_and_is_lenient ... ok
2026-06-13T10:33:29.5923577Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-13T10:33:29.5924040Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-13T10:33:29.5924560Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-13T10:33:29.5925064Z test brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor ... ok
2026-06-13T10:33:29.5925737Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-13T10:33:29.5926768Z test broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic ... ok
2026-06-13T10:33:29.5927393Z test brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe ... ok
2026-06-13T10:33:29.5928241Z test broker::tests::sessions_reply_resume_seq_defaults_when_absent ... ok
2026-06-13T10:33:29.5928821Z test applyhost::tests::apply_staged_refuses_a_quarantined_version ... ok
2026-06-13T10:33:29.5929426Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-13T10:33:29.5929994Z test applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single ... ok
2026-06-13T10:33:29.5930480Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-13T10:33:29.5930889Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-13T10:33:29.5931315Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-13T10:33:29.5931738Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-13T10:33:29.5949424Z test config::tests::detached_subnets_knob_defaults_empty ... ok
2026-06-13T10:33:29.5949946Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-13T10:33:29.5950364Z test config::tests::missing_file_is_default ... ok
2026-06-13T10:33:29.5950784Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-13T10:33:29.5951214Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-13T10:33:29.5951614Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-13T10:33:29.5952097Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... ok
2026-06-13T10:33:29.5952581Z test config::tests::save_load_roundtrip ... ok
2026-06-13T10:33:29.5952933Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-13T10:33:29.5953329Z test daemon::tests::net_retry_backoff_doubles_then_caps ... ok
2026-06-13T10:33:29.5953864Z test deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall ... ok
2026-06-13T10:33:29.5954398Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-13T10:33:29.5954887Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-13T10:33:29.5955372Z test deadline::tests::next_fire_between_grid_points_rounds_up ... ok
2026-06-13T10:33:29.5955881Z test deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one ... ok
2026-06-13T10:33:29.5956425Z test deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly ... ok
2026-06-13T10:33:29.5956951Z test deadline::tests::next_fire_saturates_when_now_precedes_anchor ... ok
2026-06-13T10:33:29.5957475Z test deadline::tests::one_shot_fires_at_or_after_target_and_never_resets ... ok
2026-06-13T10:33:29.5958099Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-13T10:33:29.5958734Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-13T10:33:29.5959245Z test deadline::tests::zero_interval_degrades_to_config_default ... ok
2026-06-13T10:33:29.5963574Z test deelevate::tests::election_resolves_real_users_never_root ... ok
2026-06-13T10:33:29.5965005Z test deelevate::tests::env_overlay_keeps_explicit_spt_home_alive ... ok
2026-06-13T10:33:29.5965433Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-13T10:33:29.5965850Z test deelevate::tests::sudo_invoker_derivation_is_strict ... ok
2026-06-13T10:33:29.5970186Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-13T10:33:29.5973292Z test deadline::tests::cold_and_crash_write_fresh_anchor_at_now ... ok
2026-06-13T10:33:29.5975656Z test deadline::tests::corrupt_file_degrades_to_fresh ... ok
2026-06-13T10:33:29.5980203Z test deadline::tests::distinct_keys_do_not_cross_clobber ... ok
2026-06-13T10:33:29.5983699Z test deadline::tests::update_keeps_anchor_and_refreshes_interval ... ok
2026-06-13T10:33:29.5985162Z test deadline::tests::update_with_no_file_falls_back_fresh ... ok
2026-06-13T10:33:29.5990959Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-13T10:33:29.5993558Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-13T10:33:29.5994685Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-13T10:33:29.5995704Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-13T10:33:29.5996471Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-13T10:33:29.5997175Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-13T10:33:29.5997913Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-13T10:33:29.5998698Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-13T10:33:29.5999477Z test digesthub::tests::render_is_glanceable ... ok
2026-06-13T10:33:29.6000099Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-13T10:33:29.6000817Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-13T10:33:29.6001547Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-13T10:33:29.6002476Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-13T10:33:29.6003709Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-13T10:33:29.6004357Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-13T10:33:29.6005174Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-13T10:33:29.6006130Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-13T10:33:29.6007089Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-13T10:33:29.6008004Z test grants::tests::escalation_answers_apply ... ok
2026-06-13T10:33:29.6008906Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-13T10:33:29.6009536Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-13T10:33:29.6010122Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-13T10:33:29.6010801Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-13T10:33:29.6011491Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-13T10:33:29.6012093Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-13T10:33:29.6012628Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-13T10:33:29.6116883Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-13T10:33:29.6151959Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-13T10:33:29.6152447Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-13T10:33:29.6225003Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-13T10:33:29.7449057Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-13T10:33:29.7677657Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-13T10:33:29.7862813Z test brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file ... ok
2026-06-13T10:33:29.7901403Z test brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback ... ok
2026-06-13T10:33:29.7992355Z test brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary ... ok
2026-06-13T10:33:29.7995494Z test brainproc::tests::ready_with_matching_bytes_promotes ... ok
2026-06-13T10:33:29.8202756Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-13T10:33:29.8735123Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-13T10:33:29.8735784Z test machineid::tests::hash_is_domain_separated_and_stable ... ok
2026-06-13T10:33:29.9004242Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-13T10:33:29.9004821Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-13T10:33:29.9006413Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-13T10:33:29.9007388Z test msg::tests::output_envelope_round_trips ... ok
2026-06-13T10:33:29.9008571Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-13T10:33:29.9011047Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-13T10:33:29.9229522Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-13T10:33:29.9280327Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-13T10:33:29.9554686Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-13T10:33:29.9753450Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-13T10:33:29.9969647Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-13T10:33:30.0000122Z test brainproc::tests::stale_generation_minus_one_ready_never_promotes ... ok
2026-06-13T10:33:30.0183387Z test brainproc::tests::supervisor_owns_generation_and_stamps_start_reason ... ok
2026-06-13T10:33:30.0186074Z test brainproc::tests::supervisor_respawns_brain_until_stopped ... ok
2026-06-13T10:33:30.0400025Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-13T10:33:30.0479979Z test lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire ... ok
2026-06-13T10:33:30.1009260Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-13T10:33:30.1587445Z test lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases ... ok
2026-06-13T10:33:30.1810986Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-13T10:33:30.2255730Z test brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits ... ok
2026-06-13T10:33:30.2849155Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-13T10:33:30.3307221Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-13T10:33:30.3584301Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-13T10:33:30.3584994Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-13T10:33:30.3593016Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-13T10:33:30.3600345Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-13T10:33:30.3604278Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-13T10:33:30.3611555Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-13T10:33:30.3612232Z test propagate::tests::classifier_maps_every_status_shape ... ok
2026-06-13T10:33:30.3858407Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-13T10:33:30.4377387Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-13T10:33:30.5040564Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-13T10:33:30.5440439Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-13T10:33:30.5440969Z test machineid::tests::machine_id_hash_resolves_and_is_stable ... ok
2026-06-13T10:33:30.6474821Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-13T10:33:30.7528410Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-13T10:33:30.8663148Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-13T10:33:30.8674482Z test pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending ... ok
2026-06-13T10:33:30.8676668Z test pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once ... ok
2026-06-13T10:33:30.9233607Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-13T10:33:30.9237870Z test pump::tests::choreography_fan_targets_skips_detached_and_self ... ok
2026-06-13T10:33:30.9238296Z test pump::tests::choreography_first_tick_primes_all_legs ... ok
2026-06-13T10:33:30.9238926Z test pump::tests::choreography_mark_after_round_stamps_only_due ... ok
2026-06-13T10:33:30.9240375Z test pump::tests::choreography_peer_step_aborts_on_first_failure ... ok
2026-06-13T10:33:30.9240981Z test pump::tests::choreography_pre_round_once_and_before_any_peer_step ... ok
2026-06-13T10:33:30.9242268Z test pump::tests::choreography_wake_forces_only_that_worker ... ok
2026-06-13T10:33:30.9243072Z test pump::tests::first_tick_is_due_and_never_underflows ... ok
2026-06-13T10:33:30.9401367Z test pump::tests::heartbeat_writes_and_advances ... ok
2026-06-13T10:33:30.9401977Z test pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts ... ok
2026-06-13T10:33:30.9402979Z test pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned ... ok
2026-06-13T10:33:30.9408386Z test pump::tests::seeded_dial_order_fallback_and_writeback ... ok
2026-06-13T10:33:30.9408798Z test pump::tests::supervisor_backoff_doubles_caps_and_resets ... ok
2026-06-13T10:33:30.9714247Z test pump::tests::supervisor_restarts_a_panicking_pump_until_stop ... ok
2026-06-13T10:33:30.9714823Z test pump::tests::wake_forces_a_round_regardless_of_cadence ... ok
2026-06-13T10:33:30.9715475Z test reconcile::tests::active_node_wins ... ok
2026-06-13T10:33:30.9716429Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-13T10:33:30.9717224Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-13T10:33:30.9717826Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-13T10:33:30.9883367Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-13T10:33:31.0434385Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-13T10:33:31.0726837Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-13T10:33:31.2277917Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-13T10:33:31.3669397Z test notif::tests::rollback_notif_is_loud_and_resurfaces ... ok
2026-06-13T10:33:31.4205264Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-13T10:33:31.4222163Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-13T10:33:31.4228536Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-13T10:33:31.4235962Z test registryhost::tests::apply_node_labels_gates_and_merges ... ok
2026-06-13T10:33:31.4242175Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-13T10:33:31.5534363Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-13T10:33:31.5547484Z test registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices ... ok
2026-06-13T10:33:31.5548203Z test registryhost::tests::superseded_requires_label_and_machine_id_under_other_key ... ok
2026-06-13T10:33:31.5552696Z test registryhost::tests::with_epoch_is_the_one_canonical_counter ... ok
2026-06-13T10:33:31.6315631Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-13T10:33:31.7571511Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-13T10:33:31.7580557Z test relcache::tests::applied_state_two_phase_round_trips_and_degrades ... ok
2026-06-13T10:33:31.7586018Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-13T10:33:31.7597269Z test relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage ... ok
2026-06-13T10:33:31.7602320Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-13T10:33:31.7607377Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-13T10:33:31.7615046Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-13T10:33:31.7703556Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-13T10:33:31.7794611Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-13T10:33:31.7886360Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-13T10:33:31.7974075Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-13T10:33:31.7974570Z test release::tests::hex_roundtrips ... ok
2026-06-13T10:33:31.8229883Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-13T10:33:31.8235792Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-13T10:33:31.8240872Z test release::tests::revoked_key_is_rejected ... ok
2026-06-13T10:33:31.8241430Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-13T10:33:31.8331070Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-13T10:33:31.8338180Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-13T10:33:31.8423852Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-13T10:33:31.8429060Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-13T10:33:31.8518816Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-13T10:33:31.8596581Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-13T10:33:31.8607002Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-13T10:33:31.8683834Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-13T10:33:31.8694132Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-13T10:33:31.8696806Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-13T10:33:31.8697508Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-13T10:33:31.8698138Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-13T10:33:31.8702944Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-13T10:33:31.8709170Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-13T10:33:31.8711809Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-13T10:33:31.8712399Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-13T10:33:31.9051971Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-13T10:33:31.9060128Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-13T10:33:31.9060919Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-13T10:33:31.9063197Z test rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable ... ok
2026-06-13T10:33:31.9784721Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-13T10:33:32.0855384Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-13T10:33:32.1581752Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-13T10:33:32.2898895Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-13T10:33:32.2899525Z test seedproofx::grace_tests::grade_truth_table ... ok
2026-06-13T10:33:32.2900755Z test seedproofx::grace_tests::seed_never_appears_in_roster_gossip ... ok
2026-06-13T10:33:32.2901599Z test seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed ... ok
2026-06-13T10:33:32.2902195Z test seedproofx::roster_tests::empty_roster_frame_round_trips ... ok
2026-06-13T10:33:32.2903511Z test seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self ... ok
2026-06-13T10:33:32.2904451Z test seedproofx::roster_tests::malformed_roster_frame_rejected ... ok
2026-06-13T10:33:32.2906187Z test seedproofx::roster_tests::roster_frame_round_trips ... ok
2026-06-13T10:33:32.2920812Z test pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round ... ok
2026-06-13T10:33:32.2921417Z test service::tests::plan_start_prefers_service_then_spawn_idempotent ... ok
2026-06-13T10:33:32.2921985Z test service::tests::plan_stop_routes_managed_then_ipc_then_noop ... ok
2026-06-13T10:33:32.2922796Z test service::tests::run_refused_only_when_windows_and_vanishing ... ok
2026-06-13T10:33:32.2943650Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-13T10:33:32.2944205Z test service::tests::systemd_unit_path_follows_xdg_then_home ... ok
2026-06-13T10:33:32.2950379Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-13T10:33:32.2951075Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-13T10:33:32.2955176Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-13T10:33:32.2960276Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-13T10:33:32.2964888Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-13T10:33:32.2981478Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-13T10:33:32.2982273Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-13T10:33:32.3004385Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-13T10:33:32.3012985Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-13T10:33:32.3022458Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-13T10:33:32.3027868Z test shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell ... ok
2026-06-13T10:33:32.3029435Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-13T10:33:32.3031102Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-13T10:33:32.3031538Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-13T10:33:32.3037879Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-13T10:33:32.3043720Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-13T10:33:32.3047357Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-13T10:33:32.3052051Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-13T10:33:32.3054942Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-13T10:33:32.3057109Z test shellwake::tests::reconcile_resolves_profile_overlay ... ok
2026-06-13T10:33:32.3067378Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-13T10:33:32.3067979Z test sync::tests::gate_decision_table ... ok
2026-06-13T10:33:32.3269481Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-13T10:33:32.3387820Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-13T10:33:32.3390759Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-13T10:33:32.3392586Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-13T10:33:32.3393106Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-13T10:33:32.3393716Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-13T10:33:32.3394289Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-13T10:33:32.3395061Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-13T10:33:32.3567690Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-13T10:33:32.3826651Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-13T10:33:32.3913526Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-13T10:33:32.3914356Z test wan::tests::wan_user_msg_restamped_unless_origin_user_backed ... ok
2026-06-13T10:33:32.4017902Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-13T10:33:32.4018471Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-13T10:33:32.4345449Z test sync::tests::reconcile_driver_structurally_excludes_live_role ... ok
2026-06-13T10:33:32.4530553Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-13T10:33:32.4558617Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-13T10:33:32.5006561Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-13T10:33:32.5381659Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-13T10:33:32.5477339Z test relay::tests::run_honors_stop ... ok
2026-06-13T10:33:32.5709613Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-13T10:33:32.5980842Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-13T10:33:32.6042097Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-13T10:33:32.6104352Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-13T10:33:32.6161435Z test seedmap::tests::stop_op_acks_then_serve_returns ... ok
2026-06-13T10:33:32.6217393Z test seedmap::tests::take_absent_is_none ... ok
2026-06-13T10:33:32.6226127Z test serveprobe::tests::is_serving_subnet_honors_membership_and_detach ... ok
2026-06-13T10:33:32.6226853Z test service::tests::service_ignored_under_spt_home_override ... ok
2026-06-13T10:33:32.6527508Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-13T10:33:32.6528020Z 
2026-06-13T10:33:32.6528354Z test result: ok. 283 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.08s
2026-06-13T10:33:32.6528771Z 
2026-06-13T10:33:32.6574701Z      Running tests/access.rs (target/debug/deps/access-16a0073164bd7aaf)
2026-06-13T10:33:32.6604330Z 
2026-06-13T10:33:32.6604753Z running 1 test
2026-06-13T10:33:32.8063145Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-13T10:33:32.8063577Z 
2026-06-13T10:33:32.8063868Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
2026-06-13T10:33:32.8064278Z 
2026-06-13T10:33:32.8088850Z      Running tests/attach.rs (target/debug/deps/attach-6edb9cf6d8115e0e)
2026-06-13T10:33:32.8119534Z 
2026-06-13T10:33:32.8119891Z running 3 tests
2026-06-13T10:33:32.9029976Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-13T10:33:32.9032401Z test attach_registers_remote_drive_detection ... ok
2026-06-13T10:33:32.9063814Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-13T10:33:32.9064218Z 
2026-06-13T10:33:32.9064505Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-13T10:33:32.9064899Z 
2026-06-13T10:33:32.9098376Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-753d59a05f6ee02a)
2026-06-13T10:33:32.9111705Z 
2026-06-13T10:33:32.9111834Z running 1 test
2026-06-13T10:33:32.9143133Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-13T10:33:32.9143423Z 
2026-06-13T10:33:32.9143656Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:32.9143942Z 
2026-06-13T10:33:32.9147240Z      Running tests/broker.rs (target/debug/deps/broker-343cb03c976343ed)
2026-06-13T10:33:32.9200177Z 
2026-06-13T10:33:32.9200444Z running 1 test
2026-06-13T10:33:32.9316477Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-13T10:33:32.9316873Z 
2026-06-13T10:33:32.9317209Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-13T10:33:32.9317656Z 
2026-06-13T10:33:32.9320442Z      Running tests/budget.rs (target/debug/deps/budget-c577e31babf930a0)
2026-06-13T10:33:32.9333638Z 
2026-06-13T10:33:32.9334200Z running 1 test
2026-06-13T10:33:32.9335377Z test measure_dormant_seat_budget ... ok
2026-06-13T10:33:32.9335650Z 
2026-06-13T10:33:32.9335970Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:32.9336424Z 
2026-06-13T10:33:32.9337758Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-5922065106d8d578)
2026-06-13T10:33:32.9351186Z 
2026-06-13T10:33:32.9351347Z running 1 test
2026-06-13T10:33:33.5437262Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-13T10:33:33.5437638Z 
2026-06-13T10:33:33.5437910Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s
2026-06-13T10:33:33.5438281Z 
2026-06-13T10:33:33.5447007Z      Running tests/digest.rs (target/debug/deps/digest-9a985e6fb94ee6ad)
2026-06-13T10:33:33.5518421Z 
2026-06-13T10:33:33.5519077Z running 1 test
2026-06-13T10:33:33.6514299Z test digest_daemon_half_end_to_end ... ok
2026-06-13T10:33:33.6514619Z 
2026-06-13T10:33:33.6515330Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
2026-06-13T10:33:33.6515701Z 
2026-06-13T10:33:33.6524002Z      Running tests/dispatch.rs (target/debug/deps/dispatch-61920ff4cdd46928)
2026-06-13T10:33:33.6623597Z 
2026-06-13T10:33:33.6623892Z running 11 tests
2026-06-13T10:33:33.6693626Z test classify_routes_a_node_label_feed_to_registry ... ok
2026-06-13T10:33:33.8088773Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-13T10:33:33.9448324Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-13T10:33:34.0104176Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-13T10:33:34.1461905Z test dispatcher_serves_a_subnet_serve_probe ... ok
2026-06-13T10:33:34.4853145Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-13T10:33:34.6003780Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-13T10:33:34.7436136Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-13T10:33:34.8387949Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-13T10:33:34.9327043Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-13T10:33:35.0075621Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-13T10:33:35.0075927Z 
2026-06-13T10:33:35.0076189Z test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
2026-06-13T10:33:35.0076546Z 
2026-06-13T10:33:35.0214853Z      Running tests/handoff.rs (target/debug/deps/handoff-6143fd1ea2a37399)
2026-06-13T10:33:35.0229722Z 
2026-06-13T10:33:35.0230027Z running 1 test
2026-06-13T10:33:35.0282608Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-13T10:33:35.0282951Z 
2026-06-13T10:33:35.0283247Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-13T10:33:35.0283652Z 
2026-06-13T10:33:35.0287229Z      Running tests/idempotent.rs (target/debug/deps/idempotent-288daf0cd5dd260d)
2026-06-13T10:33:35.0299697Z 
2026-06-13T10:33:35.0299947Z running 1 test
2026-06-13T10:33:35.0888825Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-13T10:33:35.0889244Z 
2026-06-13T10:33:35.0889502Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-13T10:33:35.0889860Z 
2026-06-13T10:33:35.0894726Z      Running tests/mesh.rs (target/debug/deps/mesh-90c84f12a14964e7)
2026-06-13T10:33:35.0990325Z 
2026-06-13T10:33:35.0990782Z running 2 tests
2026-06-13T10:33:35.3902226Z test staggered_offliner_still_meshes ... ok
2026-06-13T10:33:35.6103951Z test all_online_star_a_reaches_c_b_never_relays ... ok
2026-06-13T10:33:35.6104332Z 
2026-06-13T10:33:35.6113267Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
2026-06-13T10:33:35.6113633Z 
2026-06-13T10:33:35.6182294Z      Running tests/netbroker.rs (target/debug/deps/netbroker-f19dbfa39ff5bc94)
2026-06-13T10:33:35.6244837Z 
2026-06-13T10:33:35.6245124Z running 5 tests
2026-06-13T10:33:35.6285466Z test netless_broker_probes_gracefully ... ok
2026-06-13T10:33:35.6535746Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-13T10:33:35.6538599Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-13T10:33:35.6809035Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-13T10:33:35.6866013Z test brain_dials_second_broker_over_loopback ... ok
2026-06-13T10:33:35.6866366Z 
2026-06-13T10:33:35.6866708Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-13T10:33:35.6867100Z 
2026-06-13T10:33:35.6906283Z      Running tests/netstream.rs (target/debug/deps/netstream-937d597cca3a8e89)
2026-06-13T10:33:35.6961040Z 
2026-06-13T10:33:35.6961283Z running 2 tests
2026-06-13T10:33:35.8934501Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-13T10:33:35.9765496Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-13T10:33:35.9765839Z 
2026-06-13T10:33:35.9766384Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
2026-06-13T10:33:35.9766695Z 
2026-06-13T10:33:35.9796833Z      Running tests/notifsync.rs (target/debug/deps/notifsync-a46aec88437c18b5)
2026-06-13T10:33:35.9825527Z 
2026-06-13T10:33:35.9825765Z running 1 test
2026-06-13T10:33:36.1636379Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-13T10:33:36.1636767Z 
2026-06-13T10:33:36.1637028Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
2026-06-13T10:33:36.1637376Z 
2026-06-13T10:33:36.1663044Z      Running tests/pairjoin.rs (target/debug/deps/pairjoin-2a3284397b1186f4)
2026-06-13T10:33:36.1689381Z 
2026-06-13T10:33:36.1689528Z running 1 test
2026-06-13T10:33:36.3817157Z test daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end ... ok
2026-06-13T10:33:36.3817457Z 
2026-06-13T10:33:36.3817702Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-13T10:33:36.3818041Z 
2026-06-13T10:33:36.3833021Z      Running tests/presence.rs (target/debug/deps/presence-52359e0af07fc4b9)
2026-06-13T10:33:36.3859411Z 
2026-06-13T10:33:36.3859689Z running 2 tests
2026-06-13T10:33:36.5498156Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-13T10:33:39.5115871Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-13T10:33:39.5116296Z 
2026-06-13T10:33:39.5116601Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.13s
2026-06-13T10:33:39.5117024Z 
2026-06-13T10:33:39.5144169Z      Running tests/propagate.rs (target/debug/deps/propagate-a2e26a887af79a94)
2026-06-13T10:33:39.5173013Z 
2026-06-13T10:33:39.5173176Z running 6 tests
2026-06-13T10:33:39.6020327Z test untrusted_origin_gets_no_offer ... ok
2026-06-13T10:33:39.6109794Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-13T10:33:39.6239096Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-13T10:33:39.6940242Z test update_set_propagates_selected_platform_artifact ... ok
2026-06-13T10:33:39.8093167Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-13T10:33:39.8240116Z test status_query_drives_the_convergence_table_end_to_end ... ok
2026-06-13T10:33:39.8240440Z 
2026-06-13T10:33:39.8240726Z test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-13T10:33:39.8241108Z 
2026-06-13T10:33:39.8301426Z      Running tests/pump.rs (target/debug/deps/pump-b567ea5e6ca491a2)
2026-06-13T10:33:39.8389616Z 
2026-06-13T10:33:39.8389907Z running 1 test
2026-06-13T10:33:40.3518374Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-13T10:33:40.3518688Z 
2026-06-13T10:33:40.3519065Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
2026-06-13T10:33:40.3519427Z 
2026-06-13T10:33:40.3553961Z      Running tests/pumpdeadline.rs (target/debug/deps/pumpdeadline-ba3a97e5160f2835)
2026-06-13T10:33:40.3592638Z 
2026-06-13T10:33:40.3593244Z running 1 test
2026-06-13T10:33:40.9606506Z test pump_brain_times_out_when_broker_never_replies ... ok
2026-06-13T10:33:40.9606859Z 
2026-06-13T10:33:40.9607131Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s
2026-06-13T10:33:40.9607479Z 
2026-06-13T10:33:40.9610294Z      Running tests/replicate.rs (target/debug/deps/replicate-bcbe65c15b15b6a5)
2026-06-13T10:33:40.9675426Z 
2026-06-13T10:33:40.9675665Z running 1 test
2026-06-13T10:33:41.0810995Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-13T10:33:41.0811334Z 
2026-06-13T10:33:41.0811606Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
2026-06-13T10:33:41.0811966Z 
2026-06-13T10:33:41.0838897Z      Running tests/reseed.rs (target/debug/deps/reseed-bfa7bdc1e77ca72b)
2026-06-13T10:33:41.0868693Z 
2026-06-13T10:33:41.0868917Z running 2 tests
2026-06-13T10:33:41.1428329Z test benign_offliner_is_reseeded_across_a_rotation ... ok
2026-06-13T10:33:43.1821894Z test revoked_node_is_denied_and_never_reseeded ... ok
2026-06-13T10:33:43.1822170Z 
2026-06-13T10:33:43.1822380Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.10s
2026-06-13T10:33:43.1822667Z 
2026-06-13T10:33:43.1841545Z      Running tests/resume.rs (target/debug/deps/resume-6b11076871a4d29f)
2026-06-13T10:33:43.1854886Z 
2026-06-13T10:33:43.1855001Z running 3 tests
2026-06-13T10:33:43.9953464Z test resume_mode_brain_spawning_new_sessions_delivers_each ... ok
2026-06-13T10:33:45.2012933Z test cold_start_resumes_all_sessions_from_the_broker_cursor ... ok
2026-06-13T10:33:47.3899696Z test resume_below_ring_floor_clamps_forward_without_gap_error ... ok
2026-06-13T10:33:47.3900316Z 
2026-06-13T10:33:47.3900725Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.20s
2026-06-13T10:33:47.3901196Z 
2026-06-13T10:33:47.3909598Z      Running tests/rosterprop.rs (target/debug/deps/rosterprop-9f3356128b652ea3)
2026-06-13T10:33:47.3934507Z 
2026-06-13T10:33:47.3934915Z running 2 tests
2026-06-13T10:33:47.4588809Z test roster_exchange_never_leaks_unproven_subnets ... ok
2026-06-13T10:33:47.4591170Z test roster_propagates_transitively_on_connect ... ok
2026-06-13T10:33:47.4591524Z 
2026-06-13T10:33:47.4591901Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
2026-06-13T10:33:47.4592327Z 
2026-06-13T10:33:47.4614762Z      Running tests/seedproofx.rs (target/debug/deps/seedproofx-47cf2976a70ac6b1)
2026-06-13T10:33:47.4640117Z 
2026-06-13T10:33:47.4640256Z running 4 tests
2026-06-13T10:33:47.5157657Z test both_members_prove_and_cache_the_shared_subnet ... ok
2026-06-13T10:33:47.5163439Z test proven_verdict_is_the_shared_set ... ok
2026-06-13T10:33:49.5524859Z test no_shared_subnet_is_dropped ... ok
2026-06-13T10:33:49.5525472Z test wrong_seed_is_dropped ... ok
2026-06-13T10:33:49.5525734Z 
2026-06-13T10:33:49.5526039Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.09s
2026-06-13T10:33:49.5526484Z 
2026-06-13T10:33:49.5562559Z      Running tests/shellchan.rs (target/debug/deps/shellchan-b0c1a89db1744179)
2026-06-13T10:33:49.5581219Z 
2026-06-13T10:33:49.5581342Z running 2 tests
2026-06-13T10:33:49.6284548Z test hung_shell_stalls_no_other_owner ... ok
2026-06-13T10:33:49.6889684Z test stdin_receipt_delivers_spooled_frames_exactly_once ... ok
2026-06-13T10:33:49.6890006Z 
2026-06-13T10:33:49.6890359Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-13T10:33:49.6890669Z 
2026-06-13T10:33:49.6900914Z      Running tests/sync.rs (target/debug/deps/sync-b3dd3e0b9a4e5781)
2026-06-13T10:33:49.6928465Z 
2026-06-13T10:33:49.6928602Z running 3 tests
2026-06-13T10:33:50.1431385Z test torn_pull_recovers_by_repulling ... ok
2026-06-13T10:33:50.7598418Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-13T10:33:50.9881482Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-13T10:33:50.9882474Z 
2026-06-13T10:33:50.9882712Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
2026-06-13T10:33:50.9883012Z 
2026-06-13T10:33:50.9926277Z      Running tests/twohost.rs (target/debug/deps/twohost-2380d39fae830852)
2026-06-13T10:33:51.0037432Z 
2026-06-13T10:33:51.0038009Z running 2 tests
2026-06-13T10:33:51.0042304Z test two_host_ladder_role_b ... ok
2026-06-13T10:33:51.0042635Z test two_host_ladder_role_a ... ok
2026-06-13T10:33:51.0042822Z 
2026-06-13T10:33:51.0043090Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:51.0043442Z 
2026-06-13T10:33:51.0052906Z      Running tests/wanmsg.rs (target/debug/deps/wanmsg-e4ab24722357f6ce)
2026-06-13T10:33:51.0089732Z 
2026-06-13T10:33:51.0089950Z running 3 tests
2026-06-13T10:33:51.0913951Z test wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel ... ok
2026-06-13T10:33:51.2078662Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-13T10:33:51.2146745Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-13T10:33:51.2147184Z 
2026-06-13T10:33:51.2147475Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-13T10:33:51.2147837Z 
2026-06-13T10:33:51.2173287Z      Running tests/xfer.rs (target/debug/deps/xfer-066e5b342059f8d8)
2026-06-13T10:33:51.2201463Z 
2026-06-13T10:33:51.2201638Z running 2 tests
2026-06-13T10:33:51.3387084Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-13T10:33:51.3534191Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-13T10:33:51.3534820Z 
2026-06-13T10:33:51.3535185Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-13T10:33:51.3535600Z 
2026-06-13T10:33:51.3564279Z      Running unittests src/lib.rs (target/debug/deps/spt_live-2c191fd40377bba0)
2026-06-13T10:33:51.3605415Z 
2026-06-13T10:33:51.3605582Z running 51 tests
2026-06-13T10:33:51.3615198Z test echo::tests::provenance_is_stamped ... ok
2026-06-13T10:33:51.3616643Z test context::tests::llm_past_window_writes ... ok
2026-06-13T10:33:51.3617013Z test context::tests::direct_always_writes ... ok
2026-06-13T10:33:51.3617356Z test context::tests::llm_over_llm_writes ... ok
2026-06-13T10:33:51.3617801Z test context::tests::llm_within_window_suppressed ... ok
2026-06-13T10:33:51.3619444Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-13T10:33:51.3632324Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-13T10:33:51.3635565Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-13T10:33:51.3636274Z test history::tests::fetcher_yields_records ... ok
2026-06-13T10:33:51.3636733Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-13T10:33:51.3637267Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-13T10:33:51.3637805Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-13T10:33:51.3638354Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-13T10:33:51.3638867Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-13T10:33:51.3639454Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-13T10:33:51.3639980Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-13T10:33:51.3640531Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-13T10:33:51.3640978Z test psyche::tests::prompt_without_event ... ok
2026-06-13T10:33:51.3641415Z test history::tests::native_missing_log_is_empty ... ok
2026-06-13T10:33:51.3642011Z test history::tests::native_reads_logged_records ... ok
2026-06-13T10:33:51.3837690Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-13T10:33:51.3853461Z test echo::tests::echo_nonzero_errors ... ok
2026-06-13T10:33:51.3855304Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-13T10:33:51.3855957Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-13T10:33:51.5350779Z test ingest::tests::both_drops_ingested ... ok
2026-06-13T10:33:51.6623776Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-13T10:33:51.6646428Z test history::tests::fetcher_timeout_errors ... ok
2026-06-13T10:33:51.7899453Z test ingest::tests::ingest_never_writes_the_live_role ... ok
2026-06-13T10:33:51.7901179Z test ingest::tests::no_drops_is_empty ... ok
2026-06-13T10:33:51.8754926Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-13T10:33:51.8755440Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-13T10:33:51.8755827Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-13T10:33:51.8756231Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-13T10:33:51.8758564Z test signoff::tests::stale_signoff_swept ... ok
2026-06-13T10:33:51.8968077Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-13T10:33:51.9176483Z test turn::tests::turn_captures_stdout ... ok
2026-06-13T10:33:52.1193092Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-13T10:33:52.1409276Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-13T10:33:52.1411482Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-13T10:33:52.2680838Z test pulse::tests::tick_ingests_drops ... ok
2026-06-13T10:33:52.2684507Z test pulse::tests::tick_reports_idle ... ok
2026-06-13T10:33:52.4183939Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-13T10:33:52.5025970Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-13T10:33:52.7149110Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-13T10:33:52.8647058Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-13T10:33:52.8858365Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-13T10:33:53.0239484Z test resume::tests::download_composes_two_tiers ... ok
2026-06-13T10:33:53.2136155Z test resume::tests::download_renders_role_first_then_live_then_project ... ok
2026-06-13T10:33:53.2351253Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-13T10:33:53.2355280Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-13T10:33:53.5006662Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-13T10:33:53.5006986Z 
2026-06-13T10:33:53.5007254Z test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.14s
2026-06-13T10:33:53.5007615Z 
2026-06-13T10:33:53.5013883Z      Running unittests src/lib.rs (target/debug/deps/spt_msg-914ece711afc241c)
2026-06-13T10:33:53.5051904Z 
2026-06-13T10:33:53.5052404Z running 29 tests
2026-06-13T10:33:53.5061385Z test emit::tests::typed_envelope_body_passes_through_verbatim ... ok
2026-06-13T10:33:53.5061764Z test emit::tests::parse_frame_shapes ... ok
2026-06-13T10:33:53.5062067Z test emit::tests::frame_renders_msg_envelope ... ok
2026-06-13T10:33:53.5062396Z test emit::tests::anonymous_frame_still_enveloped ... ok
2026-06-13T10:33:53.5062912Z test emit::tests::user_msg_envelope_renders_verbatim_on_the_stream ... ok
2026-06-13T10:33:53.5063471Z test emit::tests::multiline_body_escapes_and_round_trips ... ok
2026-06-13T10:33:53.5063860Z test emit::tests::oversized_line_chunks_into_event_parts ... ok
2026-06-13T10:33:53.5067604Z test deliver::tests::deferred_send_validates ... ok
2026-06-13T10:33:53.5067915Z test ring::tests::ring_no_perch ... ok
2026-06-13T10:33:53.5882095Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-13T10:33:53.5883004Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-13T10:33:53.5883584Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-13T10:33:53.5887242Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-13T10:33:53.5889679Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-13T10:33:53.6053222Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-13T10:33:53.6561885Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-13T10:33:53.6662221Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-13T10:33:53.6770936Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-13T10:33:53.6980739Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-13T10:33:53.7052972Z test ready::tests::backlog_drains_on_start ... ok
2026-06-13T10:33:53.7410577Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-13T10:33:53.7581691Z test deliver::tests::send_outcome_mapping ... ok
2026-06-13T10:33:53.7781679Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-13T10:33:53.7974147Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-13T10:33:53.8065912Z test listener::tests::drop_unregisters_address ... ok
2026-06-13T10:33:53.8155851Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-13T10:33:53.8583730Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-13T10:33:53.9718249Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-13T10:33:54.1615153Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-13T10:33:54.1615549Z 
2026-06-13T10:33:54.1615854Z test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s
2026-06-13T10:33:54.1616263Z 
2026-06-13T10:33:54.1622545Z      Running tests/killer_quickstart.rs (target/debug/deps/killer_quickstart-99d0c8ecc3c59569)
2026-06-13T10:33:54.1659727Z 
2026-06-13T10:33:54.1660193Z running 2 tests
2026-06-13T10:33:54.3529167Z test offline_then_online_delivers_backlog ... ok
2026-06-13T10:33:54.4271401Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-13T10:33:54.4271754Z 
2026-06-13T10:33:54.4272054Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
2026-06-13T10:33:54.4272461Z 
2026-06-13T10:33:54.4276003Z      Running unittests src/lib.rs (target/debug/deps/spt_net-2521612eb008b5c9)
2026-06-13T10:33:54.4379772Z 
2026-06-13T10:33:54.4380181Z running 121 tests
2026-06-13T10:33:54.4388923Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-13T10:33:54.4430271Z test net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-13T10:33:54.4431375Z test net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive ... ok
2026-06-13T10:33:54.4443509Z test net::mesh::seedproof::tests::wrong_epoch_fails ... ok
2026-06-13T10:33:54.4443871Z test net::mesh::seedproof::tests::wrong_subnet_fails ... ok
2026-06-13T10:33:54.4444213Z test net::mesh::seedproof::tests::forged_proof_fails ... ok
2026-06-13T10:33:54.4444597Z test net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ ... ok
2026-06-13T10:33:54.4445008Z test net::mesh::seedproof::tests::mutual_requires_both_sides ... ok
2026-06-13T10:33:54.4445441Z test net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed ... ok
2026-06-13T10:33:54.4445919Z test net::pairing::ntp::tests::offset_applies_signed_and_saturates ... ok
2026-06-13T10:33:54.4446319Z test net::mesh::seedproof::tests::cross_connection_replay_fails ... ok
2026-06-13T10:33:54.4446699Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-13T10:33:54.4447166Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T10:33:54.4447847Z test net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed ... ok
2026-06-13T10:33:54.4448304Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-13T10:33:54.4448742Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-13T10:33:54.4450093Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T10:33:54.4450518Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-13T10:33:54.4454069Z test net::pairing::meet::tests::key_seed_is_not_the_token ... ok
2026-06-13T10:33:54.4455053Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-13T10:33:54.4455516Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-13T10:33:54.4455978Z test net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies ... ok
2026-06-13T10:33:54.4456373Z test net::endpoint::tests::keep_alive_is_under_idle_timeout ... ok
2026-06-13T10:33:54.4457845Z test net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound ... ok
2026-06-13T10:33:54.4460939Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-13T10:33:54.4461736Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-13T10:33:54.4462456Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-13T10:33:54.4463299Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-13T10:33:54.4464305Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-13T10:33:54.4483978Z test net::pairing::meet::tests::skewed_window_contains_the_listener_id ... ok
2026-06-13T10:33:54.4484729Z test net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp ... ok
2026-06-13T10:33:54.4485659Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-13T10:33:54.4486525Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-13T10:33:54.4487477Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-13T10:33:54.4488340Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-13T10:33:54.4489245Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-13T10:33:54.4490038Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-13T10:33:54.4490911Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-13T10:33:54.4491779Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-13T10:33:54.4492634Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-13T10:33:54.4493511Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-13T10:33:54.4494480Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-13T10:33:54.4495561Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-13T10:33:54.4496434Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-13T10:33:54.4497009Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-13T10:33:54.4497612Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-13T10:33:54.4498199Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-13T10:33:54.4498771Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-13T10:33:54.4499486Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-13T10:33:54.4500155Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-13T10:33:54.4500874Z test net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips ... ok
2026-06-13T10:33:54.4841283Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-13T10:33:54.4842523Z test net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips ... ok
2026-06-13T10:33:54.5020691Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-13T10:33:54.5200771Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-13T10:33:54.5230041Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-13T10:33:54.5260094Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-13T10:33:54.5289776Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-13T10:33:54.5319805Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-13T10:33:54.5349976Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-13T10:33:54.5380025Z test net::registry::tests::evicting_dead_node_clears_phantom_ambiguity ... ok
2026-06-13T10:33:54.5410078Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-13T10:33:54.5440533Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-13T10:33:54.5470370Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-13T10:33:54.5500132Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-13T10:33:54.5509777Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-13T10:33:54.5510391Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-13T10:33:54.5510995Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-13T10:33:54.5512095Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-13T10:33:54.5512725Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-13T10:33:54.5513326Z test net::registry::tests::node_label_rides_the_lease_and_serde ... ok
2026-06-13T10:33:54.5513980Z test net::registry::tests::node_level_label_lease_persist_prune_and_serde ... ok
2026-06-13T10:33:54.5514652Z test net::registry::tests::presence_datum_rides_the_lease_and_serde ... ok
2026-06-13T10:33:54.5515384Z test net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared ... ok
2026-06-13T10:33:54.5516055Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-13T10:33:54.5516633Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-13T10:33:54.5517283Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-13T10:33:54.5517922Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-13T10:33:54.5518570Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-13T10:33:54.5519360Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-13T10:33:54.5519999Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-13T10:33:54.5520657Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-13T10:33:54.5521309Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-13T10:33:54.5521917Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-13T10:33:54.5522588Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-13T10:33:54.5523271Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-13T10:33:54.5523920Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-13T10:33:54.5524593Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-13T10:33:54.5525300Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-13T10:33:54.5526023Z test net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat ... ok
2026-06-13T10:33:54.5526733Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-13T10:33:54.5527341Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-13T10:33:54.5527942Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-13T10:33:54.5528562Z test net::rest::tests::records_round_trip_and_degrade ... ok
2026-06-13T10:33:54.5529206Z test net::serveprobe::tests::records_round_trip_and_degrade ... ok
2026-06-13T10:33:54.5529786Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-13T10:33:54.5530353Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T10:33:54.5530944Z test net::shelllink::tests::records_round_trip_and_degrade ... ok
2026-06-13T10:33:54.5531737Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-13T10:33:54.5532310Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T10:33:54.5532872Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-13T10:33:54.5533454Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-13T10:33:54.5534126Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-13T10:33:54.5534811Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-13T10:33:54.5535434Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-13T10:33:54.5535960Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-13T10:33:54.5536527Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-13T10:33:54.5537162Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T10:33:54.5537906Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-13T10:33:54.5546648Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-13T10:33:54.5547331Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-13T10:33:54.5547963Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-13T10:33:54.5548565Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-13T10:33:54.5549239Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-13T10:33:54.5549787Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-13T10:33:54.5714192Z test net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint ... ok
2026-06-13T10:33:54.6192803Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-13T10:33:54.6210239Z test net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster ... ok
2026-06-13T10:33:54.6230301Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-13T10:33:54.6353473Z test net::pairing::wire::tests::wrong_code_fails_and_records_no_membership ... ok
2026-06-13T10:33:54.7511701Z test net::pairing::ntp::tests::unreachable_server_falls_back ... ok
2026-06-13T10:33:54.7512642Z 
2026-06-13T10:33:54.7513190Z test result: ok. 120 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-13T10:33:54.7513853Z 
2026-06-13T10:33:54.7632188Z      Running unittests src/lib.rs (target/debug/deps/spt_proto-7d8184d68ae838be)
2026-06-13T10:33:54.7669646Z 
2026-06-13T10:33:54.7669878Z running 59 tests
2026-06-13T10:33:54.7679470Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-13T10:33:54.7679891Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-13T10:33:54.7680333Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-13T10:33:54.7680920Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-13T10:33:54.7681284Z test addr::tests::display_round_trips ... ok
2026-06-13T10:33:54.7681660Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-13T10:33:54.7682085Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-13T10:33:54.7682538Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-13T10:33:54.7682962Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-13T10:33:54.7683310Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-13T10:33:54.7683640Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-13T10:33:54.7683933Z test endpoint::tests::broker_and_node_families ... ok
2026-06-13T10:33:54.7684229Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-13T10:33:54.7684520Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-13T10:33:54.7684859Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-13T10:33:54.7685202Z test envelope::tests::body_escape_is_cr_linesafe ... ok
2026-06-13T10:33:54.7685846Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-13T10:33:54.7686307Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-13T10:33:54.7686754Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-13T10:33:54.7687129Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-13T10:33:54.7687449Z test envelope::tests::parser_both_tags_present ... ok
2026-06-13T10:33:54.7687836Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-13T10:33:54.7688289Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-13T10:33:54.7688690Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-13T10:33:54.7689372Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-13T10:33:54.7689959Z test event::tests::alarm_event_round_trips ... ok
2026-06-13T10:33:54.7690593Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-13T10:33:54.7690908Z test event::tests::attr_order_preserved ... ok
2026-06-13T10:33:54.7691237Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-13T10:33:54.7691589Z test event::tests::empty_body_envelope_parses ... ok
2026-06-13T10:33:54.7691934Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-13T10:33:54.7692277Z test event::tests::msg_event_round_trips ... ok
2026-06-13T10:33:54.7692631Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-13T10:33:54.7693032Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-13T10:33:54.7693361Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-13T10:33:54.7693694Z test event::tests::user_msg_envelope_is_n_minus_one_tolerant ... ok
2026-06-13T10:33:54.7694028Z test event::tests::user_msg_event_round_trips ... ok
2026-06-13T10:33:54.7694334Z test event::tests::user_msg_gate_is_not_payload_trusted ... ok
2026-06-13T10:33:54.7694667Z test event::tests::user_msg_identity_gate_truth_table ... ok
2026-06-13T10:33:54.7694967Z test id::tests::accepts_japanese_scripts ... ok
2026-06-13T10:33:54.7695267Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-13T10:33:54.7695554Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-13T10:33:54.7695849Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-13T10:33:54.7696140Z test id::tests::reports_bad_char_position ... ok
2026-06-13T10:33:54.7696416Z test id::tests::reserves_address_delimiters ... ok
2026-06-13T10:33:54.7696715Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-13T10:33:54.7697013Z test payload::tests::base64_known_vectors ... ok
2026-06-13T10:33:54.7697304Z test payload::tests::command_payload_round_trips ... ok
2026-06-13T10:33:54.7697637Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-13T10:33:54.7697957Z test payload::tests::text_payload_round_trips ... ok
2026-06-13T10:33:54.7698267Z test version::tests::current_version_self_compatible ... ok
2026-06-13T10:33:54.7698610Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-13T10:33:54.7699016Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-13T10:33:54.7699380Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-13T10:33:54.7699706Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-13T10:33:54.7700028Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-13T10:33:54.7771707Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-13T10:33:54.7846409Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-13T10:33:54.8027629Z test identity::tests::sign_verify_round_trip ... ok
2026-06-13T10:33:54.8028050Z 
2026-06-13T10:33:54.8028369Z test result: ok. 59 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-13T10:33:54.8028806Z 
2026-06-13T10:33:54.8032918Z      Running unittests src/lib.rs (target/debug/deps/spt_runtime-eb8a925359d6c464)
2026-06-13T10:33:54.8096837Z 
2026-06-13T10:33:54.8097218Z running 44 tests
2026-06-13T10:33:54.8148294Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-13T10:33:54.8160115Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-13T10:33:54.8160869Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-13T10:33:54.8161619Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-13T10:33:54.8162314Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-13T10:33:54.8162944Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-13T10:33:54.8163545Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-13T10:33:54.8164150Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-13T10:33:54.8166759Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-13T10:33:54.8167381Z test profile::tests::deep_nested_leaf_replace ... ok
2026-06-13T10:33:54.8168179Z test profile::tests::resolve_unknown_profile_errors ... ok
2026-06-13T10:33:54.8169118Z test profile::tests::split_option_first_colon ... ok
2026-06-13T10:33:54.8172799Z test manifest::tests::shell_fixture_parses ... ok
2026-06-13T10:33:54.8173876Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-13T10:33:54.8174419Z test profile::tests::profile_overlays_strings ... ok
2026-06-13T10:33:54.8176395Z test manifest::tests::profile_overlays_hints_wholesale ... ok
2026-06-13T10:33:54.8200106Z test profile::tests::resolve_shipped_profile_applies_overlay ... ok
2026-06-13T10:33:54.8200597Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-13T10:33:54.8201021Z test profile::tests::string_dot_path_read_write ... ok
2026-06-13T10:33:54.8201401Z test profile::tests::tighten_only_allows_tightening ... ok
2026-06-13T10:33:54.8201884Z test profile::tests::tighten_only_refuses_loosened_require_approval ... ok
2026-06-13T10:33:54.8202288Z test profile::tests::leaf_replace_contract ... ok
2026-06-13T10:33:54.8202646Z test profile::tests::tighten_only_refuses_loosened_over_cap ... ok
2026-06-13T10:33:54.8203053Z test registry::tests::invalid_manifest_records_nothing ... ok
2026-06-13T10:33:54.8203411Z test runtime::tests::fills_known_placeholders ... ok
2026-06-13T10:33:54.8203751Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-13T10:33:54.8204084Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-13T10:33:54.8204389Z test manifest::tests::round_trips_through_toml ... ok
2026-06-13T10:33:54.8204713Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-13T10:33:54.8205051Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-13T10:33:54.8205380Z test runtime::tests::unknown_role_errors ... ok
2026-06-13T10:33:54.8205695Z test registry::tests::create_local_profile_guards ... ok
2026-06-13T10:33:54.8206047Z test manifest::tests::checked_in_schema_is_current ... ok
2026-06-13T10:33:54.8206386Z test registry::tests::resolve_option_in_matches_disk ... ok
2026-06-13T10:33:54.8206750Z test registry::tests::register_copy_vs_pointer_by_avenue ... ok
2026-06-13T10:33:54.8207102Z test registry::tests::delete_local_profile_rules ... ok
2026-06-13T10:33:54.8207427Z test registry::tests::local_profile_survives_readd ... ok
2026-06-13T10:33:54.8207779Z test registry::tests::resolve_option_bare_shipped_and_local ... ok
2026-06-13T10:33:54.8208167Z test registry::tests::deregister_is_soft_and_readd_reactivates ... ok
2026-06-13T10:33:54.8208520Z test manifest::tests::manifest_schema_shape ... ok
2026-06-13T10:33:54.8236360Z test registry::tests::strings_get_set_through_overlay ... ok
2026-06-13T10:33:54.8256038Z test manifest::tests::hint_keyword_matching ... ok
2026-06-13T10:33:54.8404915Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-13T10:33:55.1205469Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-13T10:33:55.1206267Z 
2026-06-13T10:33:55.1206543Z test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-13T10:33:55.1206892Z 
2026-06-13T10:33:55.1214743Z      Running unittests src/lib.rs (target/debug/deps/spt_store-08fb8013d0bfdc38)
2026-06-13T10:33:55.1264233Z 
2026-06-13T10:33:55.1264652Z running 153 tests
2026-06-13T10:33:55.1274198Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-13T10:33:55.1276227Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-13T10:33:55.1276877Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-13T10:33:55.1277961Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-13T10:33:55.1281337Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-13T10:33:55.1281743Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-13T10:33:55.1282137Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-13T10:33:55.1284391Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-13T10:33:55.1284851Z test attachment::tests::corrupt_file_degrades_to_attached ... ok
2026-06-13T10:33:55.1299633Z test access::tests::recent_outbound_persists ... ok
2026-06-13T10:33:55.1320066Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-13T10:33:55.1320653Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-13T10:33:55.1321221Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-13T10:33:55.1323601Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-13T10:33:55.1323963Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-13T10:33:55.1326554Z test attachment::tests::attached_default_flip_roundtrip ... ok
2026-06-13T10:33:55.1327068Z test contextmark::tests::merge_decisions ... ok
2026-06-13T10:33:55.1327393Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-13T10:33:55.1332078Z test attachment::tests::boot_reset_and_serving_filter ... ok
2026-06-13T10:33:55.1340218Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-13T10:33:55.1341262Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-13T10:33:55.1341868Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-13T10:33:55.1347231Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-13T10:33:55.1347694Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-13T10:33:55.1348095Z test grants::tests::grant_match_is_exact_per_tuple ... ok
2026-06-13T10:33:55.1348428Z test grants::tests::grant_revoke_roundtrip_default_deny ... ok
2026-06-13T10:33:55.1352568Z test history::tests::appends_one_record_per_line ... ok
2026-06-13T10:33:55.1353688Z test grants::tests::persistence_and_corrupt_degrade_to_deny ... ok
2026-06-13T10:33:55.1358307Z test home::tests::home_assignment_matrix ... ok
2026-06-13T10:33:55.1359125Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-13T10:33:55.1363652Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-13T10:33:55.1364141Z test hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms ... ok
2026-06-13T10:33:55.1364592Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-13T10:33:55.1366632Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-13T10:33:55.1369990Z test info::tests::corrupt_content_returns_none ... ok
2026-06-13T10:33:55.1372265Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-13T10:33:55.1378324Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-13T10:33:55.1383389Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-13T10:33:55.1389344Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-13T10:33:55.1395546Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-13T10:33:55.1402295Z test info::tests::set_status_marks_existing_record ... ok
2026-06-13T10:33:55.1404734Z test info::tests::write_read_round_trip ... ok
2026-06-13T10:33:55.1407753Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-13T10:33:55.1411117Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-13T10:33:55.1414268Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-13T10:33:55.1418499Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-13T10:33:55.1424784Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-13T10:33:55.1427056Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-13T10:33:55.1433523Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-13T10:33:55.1439258Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-13T10:33:55.1446979Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-13T10:33:55.1640882Z test contextstore::tests::invalid_id_refused ... ok
2026-06-13T10:33:55.1653449Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-13T10:33:55.1823355Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-13T10:33:55.1823979Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-13T10:33:55.1983476Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-13T10:33:55.2137932Z test branchstore::tests::sweep_removes_only_stale_empty_locks ... ok
2026-06-13T10:33:55.2139638Z test peeraddrs::tests::corrupt_file_degrades_to_empty ... ok
2026-06-13T10:33:55.2142573Z test peeraddrs::tests::put_get_roundtrip_and_noop_reput ... ok
2026-06-13T10:33:55.2145718Z test peeraddrs::tests::record_is_one_step_and_skips_noops ... ok
2026-06-13T10:33:55.2147169Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-13T10:33:55.2147640Z test perch::tests::classification_matrix ... ok
2026-06-13T10:33:55.2149054Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-13T10:33:55.2155028Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-13T10:33:55.2156966Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-13T10:33:55.2158807Z test perch::tests::resolve_self_is_flat ... ok
2026-06-13T10:33:55.2164668Z test perch::tests::shell_perches_resolve_under_owner_shells_namespace ... ok
2026-06-13T10:33:55.2168136Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-13T10:33:55.2168651Z test proc::tests::current_process_is_alive ... ok
2026-06-13T10:33:55.2170693Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-13T10:33:55.2171251Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-13T10:33:55.2171763Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-13T10:33:55.2363916Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-13T10:33:55.2375628Z test proc::tests::zombie_child_reads_dead ... ok
2026-06-13T10:33:55.2376131Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-13T10:33:55.2585278Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-13T10:33:55.2661074Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-13T10:33:55.2661661Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-13T10:33:55.2759234Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-13T10:33:55.2763464Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-13T10:33:55.2786511Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-13T10:33:55.2792105Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-13T10:33:55.2811671Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-13T10:33:55.2818163Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-13T10:33:55.2826958Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-13T10:33:55.2836298Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-13T10:33:55.2837020Z test roster::tests::is_member_any_spans_subnets_and_honors_tombstones ... ok
2026-06-13T10:33:55.2837471Z test roster::tests::merge_entry_is_strictly_greater_lease_wins ... ok
2026-06-13T10:33:55.2838000Z test roster::tests::merge_is_commutative_and_idempotent ... ok
2026-06-13T10:33:55.2840844Z test roster::tests::offline_member_persists_through_silence_and_reload ... ok
2026-06-13T10:33:55.2841410Z test roster::tests::roster_for_projects_one_subnets_slice ... ok
2026-06-13T10:33:55.2844393Z test roster::tests::serde_additive_and_degrades_to_empty ... ok
2026-06-13T10:33:55.2844943Z test roster::tests::tombstone_dominates_suppresses_reinsert_and_clears ... ok
2026-06-13T10:33:55.2845476Z test roster::tests::tombstones_are_scoped_and_merge ... ok
2026-06-13T10:33:55.2845972Z test roster::tests::upsert_self_overwrites_unconditionally ... ok
2026-06-13T10:33:55.2846443Z test rotation::tests::coalesce_is_per_subnet ... ok
2026-06-13T10:33:55.2847192Z test rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline ... ok
2026-06-13T10:33:55.2847839Z test rotation::tests::due_subnets_respects_deadline_and_force_is_immediate ... ok
2026-06-13T10:33:55.2850459Z test rotation::tests::persists_and_degrades_to_empty ... ok
2026-06-13T10:33:55.2850968Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-13T10:33:55.2851556Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-13T10:33:55.2866582Z test shellinfo::tests::alias_unique_rename_and_resolution ... ok
2026-06-13T10:33:55.2874205Z test shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite ... ok
2026-06-13T10:33:55.2886470Z test shellinfo::tests::mint_smallest_free_and_teardown_frees ... ok
2026-06-13T10:33:55.2892011Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-13T10:33:55.2896500Z test shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance ... ok
2026-06-13T10:33:55.3106327Z test project::tests::derivation_ladder ... ok
2026-06-13T10:33:55.3371681Z test registry::tests::register_and_lookup ... ok
2026-06-13T10:33:55.3428103Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-13T10:33:55.3467656Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-13T10:33:55.3700608Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-13T10:33:55.3747979Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-13T10:33:55.3831325Z test registry::tests::reregister_replaces_address ... ok
2026-06-13T10:33:55.3831815Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-13T10:33:55.3835053Z test subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent ... ok
2026-06-13T10:33:55.3837356Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-13T10:33:55.3838048Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-13T10:33:55.3842637Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-13T10:33:55.3845723Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-13T10:33:55.3847699Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-13T10:33:55.3849604Z test subnet::tests::no_prior_generation_before_rotation ... ok
2026-06-13T10:33:55.3851342Z test subnet::tests::remove_drops_membership ... ok
2026-06-13T10:33:55.3854267Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-13T10:33:55.3860665Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-13T10:33:55.4025092Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-13T10:33:55.4164694Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-13T10:33:55.4295453Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-13T10:33:55.4362573Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-13T10:33:55.4392369Z test spool::tests::reopen_is_idempotent ... ok
2026-06-13T10:33:55.4405639Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-13T10:33:55.4412577Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-13T10:33:55.4413303Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-13T10:33:55.4413962Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-13T10:33:55.4414596Z test visibility::tests::override_wins_both_directions ... ok
2026-06-13T10:33:55.4419844Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-13T10:33:55.4420445Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-13T10:33:55.4425055Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-13T10:33:55.4427776Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-13T10:33:55.4442075Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-13T10:33:55.4477037Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-13T10:33:55.4513272Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-13T10:33:55.4681379Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-13T10:33:55.4733384Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-13T10:33:55.5723141Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-13T10:33:55.6458751Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-13T10:33:55.7506144Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-13T10:33:55.8380176Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-13T10:33:55.8981604Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-13T10:33:55.9164601Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-13T10:33:56.0328864Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-13T10:33:56.1973627Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-13T10:33:56.2286450Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-13T10:33:56.4508745Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-13T10:33:56.4509327Z 
2026-06-13T10:33:56.4509598Z test result: ok. 153 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
2026-06-13T10:33:56.4509956Z 
2026-06-13T10:33:56.4522583Z      Running unittests src/lib.rs (target/debug/deps/spt_term-c395c3e8148f25b7)
2026-06-13T10:33:56.4568882Z 
2026-06-13T10:33:56.4569825Z running 8 tests
2026-06-13T10:33:56.4579390Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-13T10:33:56.4591956Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-13T10:33:56.4611961Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-13T10:33:56.4637020Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-13T10:33:56.4639626Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-13T10:33:56.4643190Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-13T10:33:56.4645757Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-13T10:33:56.4646374Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-13T10:33:56.4646584Z 
2026-06-13T10:33:56.4646809Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-13T10:33:56.4647099Z 
2026-06-13T10:33:56.4652438Z      Running tests/digest.rs (target/debug/deps/digest-639cfcc5d5086a07)
2026-06-13T10:33:56.4699643Z 
2026-06-13T10:33:56.4699810Z running 1 test
2026-06-13T10:33:56.4796705Z test digest_parses_a_real_pty_stream ... ok
2026-06-13T10:33:56.4797049Z 
2026-06-13T10:33:56.4797331Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-13T10:33:56.4797669Z 
2026-06-13T10:33:56.4801534Z      Running tests/dsr.rs (target/debug/deps/dsr-17d67b68491ca414)
2026-06-13T10:33:56.4832703Z 
2026-06-13T10:33:56.4832894Z running 1 test
2026-06-13T10:33:56.4949065Z test drain_forwards_child_output ... ok
2026-06-13T10:33:56.4949360Z 
2026-06-13T10:33:56.4949578Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-13T10:33:56.4949865Z 
2026-06-13T10:33:56.4952455Z      Running tests/inject.rs (target/debug/deps/inject-265223aa3c9c437b)
2026-06-13T10:33:56.4983048Z 
2026-06-13T10:33:56.4983428Z running 2 tests
2026-06-13T10:33:56.5100749Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-13T10:33:56.5201916Z test ctrl_c_interrupts_the_child ... ok
2026-06-13T10:33:56.5202187Z 
2026-06-13T10:33:56.5202459Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-13T10:33:56.5202817Z 
2026-06-13T10:33:56.5205037Z      Running tests/stream.rs (target/debug/deps/stream-3a645872ebef90ec)
2026-06-13T10:33:56.5242753Z 
2026-06-13T10:33:56.5242873Z running 2 tests
2026-06-13T10:33:56.5263892Z test delivers_every_value_under_resize ... ok
2026-06-13T10:33:57.5266992Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-13T10:33:57.5267259Z 
2026-06-13T10:33:57.5267473Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
2026-06-13T10:33:57.5267764Z 
2026-06-13T10:33:57.5270828Z      Running tests/surface.rs (target/debug/deps/surface-f0938b0151398c96)
2026-06-13T10:33:57.5402586Z 
2026-06-13T10:33:57.5403363Z running 2 tests
2026-06-13T10:33:57.5424970Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-13T10:33:57.5435377Z test captures_child_output_off_the_pty ... ok
2026-06-13T10:33:57.5436006Z      Running unittests src/main.rs (target/debug/deps/xtask-fbd78a82304975a8)
2026-06-13T10:33:57.5436401Z 
2026-06-13T10:33:57.5436726Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:57.5437130Z 
2026-06-13T10:33:57.5438767Z 
2026-06-13T10:33:57.5439097Z running 1 test
2026-06-13T10:33:57.5440993Z test converge_tests::converge_table_renders_rows_and_success_predicate ... ok
2026-06-13T10:33:57.5441392Z 
2026-06-13T10:33:57.5441703Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:57.5442117Z 
2026-06-13T10:33:57.5442351Z    Doc-tests spt_daemon
2026-06-13T10:33:57.9656859Z 
2026-06-13T10:33:57.9657437Z running 0 tests
2026-06-13T10:33:57.9657609Z 
2026-06-13T10:33:57.9657876Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:57.9658172Z 
2026-06-13T10:33:57.9698046Z    Doc-tests spt_live
2026-06-13T10:33:58.0065407Z 
2026-06-13T10:33:58.0066263Z running 0 tests
2026-06-13T10:33:58.0066533Z 
2026-06-13T10:33:58.0066805Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:58.0067110Z 
2026-06-13T10:33:58.0099557Z    Doc-tests spt_msg
2026-06-13T10:33:58.0436937Z 
2026-06-13T10:33:58.0437882Z running 0 tests
2026-06-13T10:33:58.0438168Z 
2026-06-13T10:33:58.0438557Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:58.0439165Z 
2026-06-13T10:33:58.0467414Z    Doc-tests spt_net
2026-06-13T10:33:58.2042165Z 
2026-06-13T10:33:58.2042709Z running 0 tests
2026-06-13T10:33:58.2042894Z 
2026-06-13T10:33:58.2043138Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:58.2043443Z 
2026-06-13T10:33:58.2075379Z    Doc-tests spt_proto
2026-06-13T10:33:58.2372199Z 
2026-06-13T10:33:58.2373033Z running 0 tests
2026-06-13T10:33:58.2373353Z 
2026-06-13T10:33:58.2373763Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:58.2374240Z 
2026-06-13T10:33:58.2402911Z    Doc-tests spt_runtime
2026-06-13T10:33:58.3897701Z 
2026-06-13T10:33:58.3898268Z running 0 tests
2026-06-13T10:33:58.3898517Z 
2026-06-13T10:33:58.3899146Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:58.3900083Z 
2026-06-13T10:33:58.3930321Z    Doc-tests spt_store
2026-06-13T10:33:58.5573849Z 
2026-06-13T10:33:58.5574426Z running 0 tests
2026-06-13T10:33:58.5574661Z 
2026-06-13T10:33:58.5574980Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:58.5575399Z 
2026-06-13T10:33:58.5601811Z    Doc-tests spt_term
2026-06-13T10:33:58.5922027Z 
2026-06-13T10:33:58.5922566Z running 0 tests
2026-06-13T10:33:58.5922848Z 
2026-06-13T10:33:58.5923206Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T10:33:58.5923610Z 
2026-06-13T10:33:58.6062991Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-13T10:33:58.6063526Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-13T10:33:58.6076323Z shell: /usr/bin/bash -e {0}
2026-06-13T10:33:58.6076585Z ##[endgroup]
2026-06-13T10:33:58.9693658Z     Checking cfg-if v1.0.4
2026-06-13T10:33:58.9694232Z     Checking typenum v1.20.1
2026-06-13T10:33:58.9695608Z     Checking memchr v2.8.1
2026-06-13T10:33:58.9695999Z     Checking critical-section v1.2.0
2026-06-13T10:33:58.9697317Z     Checking subtle v2.6.1
2026-06-13T10:33:58.9823006Z     Checking smallvec v1.15.1
2026-06-13T10:33:58.9823608Z     Checking pin-project-lite v0.2.17
2026-06-13T10:33:58.9871695Z     Checking libc v0.2.186
2026-06-13T10:33:58.9872196Z     Checking serde_core v1.0.228
2026-06-13T10:33:58.9878187Z     Checking equivalent v1.0.2
2026-06-13T10:33:58.9974502Z     Checking cpufeatures v0.2.17
2026-06-13T10:33:58.9975437Z     Checking itoa v1.0.18
2026-06-13T10:33:59.0201457Z     Checking log v0.4.32
2026-06-13T10:33:59.0231663Z     Checking bitflags v2.12.1
2026-06-13T10:33:59.0273312Z     Checking zeroize v1.8.2
2026-06-13T10:33:59.0274448Z     Checking hashbrown v0.17.1
2026-06-13T10:33:59.0275412Z     Checking futures-core v0.3.32
2026-06-13T10:33:59.0433062Z     Checking bytes v1.11.1
2026-06-13T10:33:59.0463375Z     Checking rand_core v0.10.1
2026-06-13T10:33:59.0730826Z     Checking stable_deref_trait v1.2.1
2026-06-13T10:33:59.0771668Z     Checking futures-sink v0.3.32
2026-06-13T10:33:59.1150443Z     Checking futures-io v0.3.32
2026-06-13T10:33:59.1340868Z     Checking slab v0.4.12
2026-06-13T10:33:59.1420390Z     Checking futures-task v0.3.32
2026-06-13T10:33:59.1672301Z     Checking zerofrom v0.1.8
2026-06-13T10:33:59.1841118Z     Checking zerocopy v0.8.50
2026-06-13T10:33:59.1911213Z     Checking futures-channel v0.3.32
2026-06-13T10:33:59.1912020Z     Checking signature v2.2.0
2026-06-13T10:33:59.2091751Z     Checking zmij v1.0.21
2026-06-13T10:33:59.2131296Z     Checking fastrand v2.4.1
2026-06-13T10:33:59.2271012Z     Checking libsqlite3-sys v0.30.1
2026-06-13T10:33:59.2701150Z     Checking yoke v0.8.3
2026-06-13T10:33:59.2920611Z     Checking fallible-iterator v0.3.0
2026-06-13T10:33:59.3110824Z     Checking fallible-streaming-iterator v0.1.9
2026-06-13T10:33:59.3270489Z     Checking ed25519 v2.2.3
2026-06-13T10:33:59.3790525Z     Checking litemap v0.8.2
2026-06-13T10:33:59.4210303Z     Checking writeable v0.6.3
2026-06-13T10:33:59.4360766Z     Checking utf8_iter v1.0.4
2026-06-13T10:33:59.4500386Z     Checking icu_normalizer_data v2.2.0
2026-06-13T10:33:59.5082970Z     Checking icu_properties_data v2.2.0
2026-06-13T10:33:59.5250732Z     Checking percent-encoding v2.3.2
2026-06-13T10:33:59.5500817Z     Checking zerovec v0.11.6
2026-06-13T10:33:59.5524809Z     Checking futures-util v0.3.32
2026-06-13T10:33:59.5621170Z     Checking zerotrie v0.2.4
2026-06-13T10:33:59.5820849Z     Checking cpufeatures v0.3.0
2026-06-13T10:33:59.5850429Z     Checking rustls-pki-types v1.14.1
2026-06-13T10:33:59.5910806Z     Checking thiserror v2.0.18
2026-06-13T10:33:59.6200640Z     Checking aho-corasick v1.1.4
2026-06-13T10:33:59.6390587Z     Checking chacha20 v0.10.0
2026-06-13T10:33:59.6600424Z     Checking form_urlencoded v1.2.2
2026-06-13T10:33:59.6700298Z     Checking aws-lc-sys v0.41.0
2026-06-13T10:33:59.6831134Z    Compiling fnv v1.0.7
2026-06-13T10:33:59.7204807Z    Compiling strsim v0.11.1
2026-06-13T10:33:59.7720591Z     Checking untrusted v0.9.0
2026-06-13T10:33:59.7910577Z     Checking regex-syntax v0.8.10
2026-06-13T10:33:59.8100392Z     Checking http v1.4.1
2026-06-13T10:33:59.8690682Z     Checking scopeguard v1.2.0
2026-06-13T10:33:59.8971208Z     Checking linux-raw-sys v0.12.1
2026-06-13T10:33:59.9220568Z     Checking indexmap v2.14.0
2026-06-13T10:33:59.9470781Z     Checking const-oid v0.10.2
2026-06-13T10:33:59.9520906Z     Checking lock_api v0.4.14
2026-06-13T10:33:59.9620925Z     Checking atomic-waker v1.1.2
2026-06-13T10:34:00.0690972Z    Compiling darling_core v0.20.11
2026-06-13T10:34:00.1430516Z     Checking derive_more v2.1.1
2026-06-13T10:34:00.1771057Z     Checking generic-array v0.14.7
2026-06-13T10:34:00.2260475Z     Checking hybrid-array v0.4.12
2026-06-13T10:34:00.2840396Z     Checking base64ct v1.8.3
2026-06-13T10:34:00.2980376Z     Checking httparse v1.10.1
2026-06-13T10:34:00.3440395Z     Checking tinystr v0.8.3
2026-06-13T10:34:00.4770694Z     Checking potential_utf v0.1.5
2026-06-13T10:34:00.5080700Z     Checking icu_locale_core v2.2.0
2026-06-13T10:34:00.5170371Z     Checking aws-lc-rs v1.17.0
2026-06-13T10:34:00.5620519Z     Checking icu_collections v2.2.0
2026-06-13T10:34:00.6200592Z     Checking rustix v1.1.4
2026-06-13T10:34:00.7240796Z     Checking pem-rfc7468 v1.0.0
2026-06-13T10:34:00.8070357Z     Checking tinyvec_macros v0.1.1
2026-06-13T10:34:00.8330678Z     Checking http-body v1.0.1
2026-06-13T10:34:00.8520673Z     Checking base64 v0.22.1
2026-06-13T10:34:00.8845433Z     Checking tower-service v0.3.3
2026-06-13T10:34:00.9070523Z     Checking data-encoding v2.11.0
2026-06-13T10:34:00.9477235Z     Checking try-lock v0.2.5
2026-06-13T10:34:00.9571105Z     Checking crypto-common v0.1.7
2026-06-13T10:34:00.9579931Z     Checking block-buffer v0.10.4
2026-06-13T10:34:00.9820465Z     Checking inout v0.1.4
2026-06-13T10:34:01.0040430Z     Checking block-buffer v0.12.0
2026-06-13T10:34:01.0294738Z     Checking want v0.3.1
2026-06-13T10:34:01.0501448Z     Checking getrandom v0.2.17
2026-06-13T10:34:01.1010929Z     Checking socket2 v0.6.4
2026-06-13T10:34:01.1141309Z     Checking mio v1.2.1
2026-06-13T10:34:01.1431179Z     Checking digest v0.10.7
2026-06-13T10:34:01.1920631Z     Checking getrandom v0.4.2
2026-06-13T10:34:01.2493339Z     Checking rand_core v0.6.4
2026-06-13T10:34:01.3061000Z     Checking ring v0.17.14
2026-06-13T10:34:01.3140669Z     Checking serial-core v0.4.0
2026-06-13T10:34:01.3594915Z     Checking rand v0.10.1
2026-06-13T10:34:01.3631769Z     Checking sha2 v0.10.9
2026-06-13T10:34:01.4152547Z     Checking curve25519-dalek v4.1.3
2026-06-13T10:34:01.4385399Z     Checking ioctl-rs v0.1.6
2026-06-13T10:34:01.4471212Z     Checking termios v0.2.2
2026-06-13T10:34:01.4790492Z     Checking crypto-common v0.2.2
2026-06-13T10:34:01.5719275Z     Checking der v0.8.0-rc.10
2026-06-13T10:34:01.5890507Z     Checking tinyvec v1.11.0
2026-06-13T10:34:01.6510738Z     Checking tokio v1.52.3
2026-06-13T10:34:01.6849636Z     Checking icu_provider v2.2.0
2026-06-13T10:34:01.7940789Z     Checking n0-error v0.1.3
2026-06-13T10:34:01.8150952Z     Checking serde v1.0.228
2026-06-13T10:34:01.9980957Z     Checking serde_json v1.0.150
2026-06-13T10:34:02.0620721Z     Checking icu_properties v2.2.0
2026-06-13T10:34:02.0930204Z     Checking icu_normalizer v2.2.0
2026-06-13T10:34:02.1085918Z     Checking num-traits v0.2.19
2026-06-13T10:34:02.2430370Z     Checking regex-automata v0.4.14
2026-06-13T10:34:02.2600658Z    Compiling anyhow v1.0.102
2026-06-13T10:34:02.2760917Z     Checking diatomic-waker v0.2.3
2026-06-13T10:34:02.4300827Z     Checking spin v0.10.0
2026-06-13T10:34:02.5780724Z     Checking parking v2.2.1
2026-06-13T10:34:02.6030516Z     Checking portable-atomic v1.13.1
2026-06-13T10:34:02.7271093Z     Checking ipnet v2.12.0
2026-06-13T10:34:02.7500744Z     Checking httpdate v1.0.3
2026-06-13T10:34:02.7702564Z     Checking cordyceps v0.3.4
2026-06-13T10:34:02.8274063Z     Checking spki v0.8.0-rc.4
2026-06-13T10:34:02.8570575Z     Checking ed25519-dalek v2.2.0
2026-06-13T10:34:02.9440967Z     Checking futures-lite v2.6.1
2026-06-13T10:34:02.9710435Z     Checking toml_datetime v0.6.11
2026-06-13T10:34:02.9770733Z     Checking serde_spanned v0.6.9
2026-06-13T10:34:03.0420996Z     Checking spt-proto v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-13T10:34:03.1270671Z     Checking futures-buffered v0.2.13
2026-06-13T10:34:03.1310735Z     Checking pin-project v1.1.13
2026-06-13T10:34:03.1710646Z     Checking thiserror v1.0.69
2026-06-13T10:34:03.1840811Z     Checking digest v0.11.3
2026-06-13T10:34:03.1995544Z     Checking netlink-packet-core v0.8.1
2026-06-13T10:34:03.2030764Z     Checking memoffset v0.6.5
2026-06-13T10:34:03.2575631Z     Checking parking_lot_core v0.9.12
2026-06-13T10:34:03.2781179Z     Checking serial-unix v0.4.0
2026-06-13T10:34:03.2957179Z     Checking rustls-webpki v0.103.13
2026-06-13T10:34:03.3588897Z     Checking cipher v0.4.4
2026-06-13T10:34:03.4237741Z     Checking idna_adapter v1.2.2
2026-06-13T10:34:03.4728395Z     Checking universal-hash v0.5.1
2026-06-13T10:34:03.4870511Z     Checking sync_wrapper v1.0.2
2026-06-13T10:34:03.5010480Z     Checking toml_write v0.1.2
2026-06-13T10:34:03.5172967Z     Checking idna v1.1.0
2026-06-13T10:34:03.5311115Z     Checking either v1.16.0
2026-06-13T10:34:03.5430886Z     Checking once_cell v1.21.4
2026-06-13T10:34:03.5498602Z    Compiling powerfmt v0.2.0
2026-06-13T10:34:03.5874807Z     Checking pin-utils v0.1.0
2026-06-13T10:34:03.5991621Z     Checking byteorder v1.5.0
2026-06-13T10:34:03.6120599Z     Checking bitflags v1.3.2
2026-06-13T10:34:03.6650856Z     Checking winnow v0.7.15
2026-06-13T10:34:03.6993537Z     Checking opaque-debug v0.3.1
2026-06-13T10:34:03.7117816Z     Checking nix v0.25.1
2026-06-13T10:34:03.7420761Z    Compiling deranged v0.5.8
2026-06-13T10:34:03.7560414Z     Checking parking_lot v0.12.5
2026-06-13T10:34:03.7570402Z     Checking polyval v0.6.2
2026-06-13T10:34:03.7771655Z     Checking tracing-core v0.1.36
2026-06-13T10:34:03.7790895Z     Checking prefix-trie v0.8.4
2026-06-13T10:34:03.8180836Z     Checking hash32 v0.2.1
2026-06-13T10:34:03.9080389Z     Checking tempfile v3.27.0
2026-06-13T10:34:03.9258168Z     Checking url v2.5.8
2026-06-13T10:34:03.9570937Z     Checking ref-cast v1.0.25
2026-06-13T10:34:03.9910807Z     Checking serial v0.4.0
2026-06-13T10:34:04.0250768Z     Checking rustls v0.23.40
2026-06-13T10:34:04.0510694Z     Checking filedescriptor v0.8.3
2026-06-13T10:34:04.1030800Z     Checking crossbeam-utils v0.8.21
2026-06-13T10:34:04.1120908Z     Checking pkcs8 v0.11.0-rc.10
2026-06-13T10:34:04.2441015Z     Checking futures-executor v0.3.32
2026-06-13T10:34:04.2550742Z     Checking spin v0.9.8
2026-06-13T10:34:04.2580614Z     Checking tracing v0.1.44
2026-06-13T10:34:04.3040809Z    Compiling darling_macro v0.20.11
2026-06-13T10:34:04.3850954Z    Compiling num-conv v0.2.2
2026-06-13T10:34:04.4955642Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T10:34:04.4958375Z     Checking signature v3.0.0
2026-06-13T10:34:04.5232846Z     Checking dyn-clone v1.0.20
2026-06-13T10:34:04.5560609Z     Checking ahash v0.8.12
2026-06-13T10:34:04.5700830Z     Checking shell-words v1.1.1
2026-06-13T10:34:04.5774883Z    Compiling time-core v0.1.8
2026-06-13T10:34:04.6021831Z     Checking downcast-rs v1.2.1
2026-06-13T10:34:04.6481981Z     Checking tower-layer v0.3.3
2026-06-13T10:34:04.6650512Z     Checking hickory-proto v0.26.0-beta.4
2026-06-13T10:34:04.6690529Z     Checking noq-udp v0.10.0
2026-06-13T10:34:04.7090757Z     Checking schemars v1.2.1
2026-06-13T10:34:04.7216096Z     Checking ed25519 v3.0.0-rc.4
2026-06-13T10:34:04.7490781Z     Checking heapless v0.7.17
2026-06-13T10:34:04.7650582Z     Checking futures v0.3.32
2026-06-13T10:34:04.7670213Z     Checking hashbrown v0.14.5
2026-06-13T10:34:04.8268157Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-13T10:34:04.8681029Z     Checking ghash v0.5.1
2026-06-13T10:34:04.8870661Z     Checking regex v1.12.3
2026-06-13T10:34:04.9300382Z     Checking aes v0.8.4
2026-06-13T10:34:04.9700556Z    Compiling darling v0.20.11
2026-06-13T10:34:04.9890798Z     Checking ctr v0.9.2
2026-06-13T10:34:05.0060814Z     Checking sha2 v0.11.0-rc.5
2026-06-13T10:34:05.0535597Z    Compiling derive_builder_core v0.20.2
2026-06-13T10:34:05.1450729Z     Checking aead v0.5.2
2026-06-13T10:34:05.2418518Z    Compiling time v0.3.47
2026-06-13T10:34:05.3379315Z     Checking http-body-util v0.1.3
2026-06-13T10:34:05.3420963Z     Checking cobs v0.3.0
2026-06-13T10:34:05.5250517Z    Compiling proc-macro-crate v3.5.0
2026-06-13T10:34:05.6045044Z     Checking openssl-probe v0.2.1
2026-06-13T10:34:05.6210480Z     Checking postcard v1.1.3
2026-06-13T10:34:05.6549881Z     Checking hashlink v0.9.1
2026-06-13T10:34:05.7620987Z     Checking aes-gcm v0.10.3
2026-06-13T10:34:05.7711176Z     Checking rustls-native-certs v0.8.4
2026-06-13T10:34:05.8420823Z     Checking toml_edit v0.22.27
2026-06-13T10:34:05.8800478Z     Checking data-encoding-macro v0.1.20
2026-06-13T10:34:05.9110784Z     Checking crossbeam-epoch v0.9.18
2026-06-13T10:34:05.9390785Z     Checking crossbeam-channel v0.5.15
2026-06-13T10:34:06.0390658Z     Checking rusqlite v0.32.1
2026-06-13T10:34:06.1230833Z     Checking netlink-packet-route v0.29.0
2026-06-13T10:34:06.1857152Z     Checking uuid v1.23.2
2026-06-13T10:34:06.2439897Z     Checking foldhash v0.2.0
2026-06-13T10:34:06.2540710Z     Checking xml-rs v0.8.28
2026-06-13T10:34:06.3660675Z     Checking mac-addr v0.3.0
2026-06-13T10:34:06.3850217Z    Compiling num_enum_derive v0.7.6
2026-06-13T10:34:06.4910790Z     Checking sorted-index-buffer v0.2.1
2026-06-13T10:34:06.5418631Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-13T10:34:06.5980572Z     Checking lru-slab v0.1.2
2026-06-13T10:34:06.6330740Z     Checking tagptr v0.2.0
2026-06-13T10:34:06.6460700Z     Checking rustc-hash v2.1.2
2026-06-13T10:34:06.7530629Z     Checking ryu v1.0.23
2026-06-13T10:34:06.7690410Z    Compiling derive_builder_macro v0.20.2
2026-06-13T10:34:06.7921963Z     Checking allocator-api2 v0.2.21
2026-06-13T10:34:06.8013127Z     Checking identity-hash v0.1.0
2026-06-13T10:34:06.9040402Z     Checking tokio-util v0.7.18
2026-06-13T10:34:06.9120386Z     Checking netlink-sys v0.8.8
2026-06-13T10:34:06.9160523Z     Checking tower v0.5.3
2026-06-13T10:34:06.9350925Z     Checking iroh-metrics v0.38.3
2026-06-13T10:34:06.9811018Z     Checking xmltree v0.10.3
2026-06-13T10:34:07.1091077Z     Checking spt-store v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-13T10:34:07.1520909Z     Checking netlink-proto v0.12.0
2026-06-13T10:34:07.1781457Z     Checking iroh-base v0.98.0
2026-06-13T10:34:07.1842030Z    Compiling derive_builder v0.20.2
2026-06-13T10:34:07.2610317Z     Checking moka v0.12.15
2026-06-13T10:34:07.3000651Z    Compiling vergen-lib v9.1.0
2026-06-13T10:34:07.3340527Z    Compiling vergen-lib v0.1.6
2026-06-13T10:34:07.4500634Z     Checking hashbrown v0.16.1
2026-06-13T10:34:07.5470819Z    Compiling vergen v9.1.0
2026-06-13T10:34:07.6501102Z    Compiling vergen-gitcl v1.0.8
2026-06-13T10:34:07.6600558Z     Checking tower-http v0.6.11
2026-06-13T10:34:07.6740541Z     Checking strum v0.28.0
2026-06-13T10:34:07.6930947Z     Checking attohttpc v0.30.1
2026-06-13T10:34:07.7730344Z     Checking netlink-packet-route v0.30.0
2026-06-13T10:34:07.7961087Z     Checking h2 v0.4.14
2026-06-13T10:34:07.8161041Z     Checking n0-future v0.3.2
2026-06-13T10:34:07.9470896Z     Checking n0-watcher v0.6.1
2026-06-13T10:34:08.0230762Z     Checking num_enum v0.7.6
2026-06-13T10:34:08.0480839Z     Checking toml v0.8.23
2026-06-13T10:34:08.0970533Z     Checking tokio-stream v0.1.18
2026-06-13T10:34:08.1341388Z     Checking simple-dns v0.9.3
2026-06-13T10:34:08.1630765Z     Checking arrayvec v0.7.6
2026-06-13T10:34:08.1700627Z     Checking simdutf8 v0.1.5
2026-06-13T10:34:08.1830799Z     Checking constant_time_eq v0.4.2
2026-06-13T10:34:08.2034458Z     Checking smol_str v0.1.24
2026-06-13T10:34:08.2750825Z     Checking sha1_smol v1.0.1
2026-06-13T10:34:08.2880555Z     Checking resolv-conf v0.7.6
2026-06-13T10:34:08.3100529Z     Checking arrayref v0.3.9
2026-06-13T10:34:08.3200545Z     Checking portable-pty v0.8.1
2026-06-13T10:34:08.3510508Z     Checking lru v0.16.4
2026-06-13T10:34:08.3820570Z     Checking acto v0.8.2
2026-06-13T10:34:08.3930554Z     Checking blake3 v1.8.5
2026-06-13T10:34:08.4120378Z     Checking serde_bytes v0.11.19
2026-06-13T10:34:08.4460454Z     Checking hmac v0.12.1
2026-06-13T10:34:08.5400829Z     Checking seize v0.5.1
2026-06-13T10:34:08.5500800Z     Checking webpki-roots v1.0.7
2026-06-13T10:34:08.5710583Z     Checking cmov v0.5.4
2026-06-13T10:34:08.6037626Z     Checking hkdf v0.12.4
2026-06-13T10:34:08.6062105Z    Compiling iroh-relay v0.98.0
2026-06-13T10:34:08.6529861Z     Checking backon v1.6.0
2026-06-13T10:34:08.6782822Z     Checking sha1 v0.10.6
2026-06-13T10:34:08.7060665Z     Checking tokio-rustls v0.26.4
2026-06-13T10:34:08.7140644Z     Checking rustls-platform-verifier v0.7.0
2026-06-13T10:34:08.7190617Z     Checking noq-proto v0.17.0
2026-06-13T10:34:08.7431472Z     Checking spake2 v0.4.0
2026-06-13T10:34:08.7741019Z     Checking interprocess v2.4.2
2026-06-13T10:34:08.8051511Z     Checking papaya v0.2.4
2026-06-13T10:34:08.8200950Z     Checking ctutils v0.4.2
2026-06-13T10:34:08.8762233Z     Checking utf8parse v0.2.2
2026-06-13T10:34:08.9250454Z     Checking anstyle-query v1.1.5
2026-06-13T10:34:08.9681733Z     Checking anstyle-parse v1.0.0
2026-06-13T10:34:08.9788704Z     Checking anstyle v1.0.14
2026-06-13T10:34:08.9876226Z     Checking is_terminal_polyfill v1.70.2
2026-06-13T10:34:09.0180815Z     Checking colorchoice v1.0.5
2026-06-13T10:34:09.0282006Z     Checking tokio-websockets v0.13.2
2026-06-13T10:34:09.0781676Z     Checking terminal_size v0.4.4
2026-06-13T10:34:09.0970717Z     Checking clap_lex v1.1.0
2026-06-13T10:34:09.1251136Z     Checking iana-time-zone v0.1.65
2026-06-13T10:34:09.1312950Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-13T10:34:09.1501556Z     Checking qrcode v0.14.1
2026-06-13T10:34:09.1634910Z     Checking anstream v1.0.0
2026-06-13T10:34:09.2670624Z     Checking chrono v0.4.45
2026-06-13T10:34:09.3131785Z     Checking mock-adapter v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-13T10:34:09.4090482Z     Checking iroh-dns v0.98.0
2026-06-13T10:34:09.4891452Z     Checking clap_builder v4.6.0
2026-06-13T10:34:09.6306637Z     Checking spt-msg v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-13T10:34:09.8569248Z     Checking spt-term v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-13T10:34:09.8570892Z     Checking spt-runtime v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-13T10:34:11.0387305Z     Checking clap v4.6.1
2026-06-13T10:34:11.3694502Z     Checking netdev v0.42.0
2026-06-13T10:34:11.4511623Z     Checking spt-live v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-13T10:34:11.7406590Z     Checking hyper v1.10.1
2026-06-13T10:34:11.7407192Z     Checking hickory-net v0.26.0-beta.4
2026-06-13T10:34:12.4213432Z     Checking netwatch v0.16.0
2026-06-13T10:34:12.5514017Z     Checking hyper-util v0.1.20
2026-06-13T10:34:12.6228762Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-13T10:34:12.7734142Z     Checking noq v0.18.0
2026-06-13T10:34:13.3870353Z     Checking hyper-rustls v0.27.9
2026-06-13T10:34:13.3870958Z     Checking igd-next v0.17.1
2026-06-13T10:34:13.4760407Z     Checking reqwest v0.13.4
2026-06-13T10:34:13.6229967Z     Checking portmapper v0.16.0
2026-06-13T10:34:14.9124281Z     Checking iroh v0.98.2
2026-06-13T10:34:18.8958547Z     Checking spt-net v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-13T10:34:20.2930664Z     Checking spt-daemon v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-13T10:34:23.4511153Z     Checking spt v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-13T10:34:23.4534655Z     Checking xtask v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-13T10:34:26.6550561Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.01s
2026-06-13T10:34:26.7145428Z ##[group]Run actions/checkout@v5
2026-06-13T10:34:26.7145795Z with:
2026-06-13T10:34:26.7146076Z   repository: SaberMage/spt-shell-notify
2026-06-13T10:34:26.7146405Z   path: .adapter-notify
2026-06-13T10:34:26.7149980Z   token: ***
2026-06-13T10:34:26.7150254Z   ssh-strict: true
2026-06-13T10:34:26.7150507Z   ssh-user: git
2026-06-13T10:34:26.7150745Z   persist-credentials: true
2026-06-13T10:34:26.7150999Z   clean: true
2026-06-13T10:34:26.7151231Z   sparse-checkout-cone-mode: true
2026-06-13T10:34:26.7151507Z   fetch-depth: 1
2026-06-13T10:34:26.7151722Z   fetch-tags: false
2026-06-13T10:34:26.7151962Z   show-progress: true
2026-06-13T10:34:26.7152195Z   lfs: false
2026-06-13T10:34:26.7152409Z   submodules: false
2026-06-13T10:34:26.7152634Z   set-safe-directory: true
2026-06-13T10:34:26.7152909Z ##[endgroup]
2026-06-13T10:34:26.8634311Z Syncing repository: SaberMage/spt-shell-notify
2026-06-13T10:34:26.8635926Z ##[group]Getting Git version info
2026-06-13T10:34:26.8636347Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-13T10:34:26.8658610Z [command]/usr/bin/git version
2026-06-13T10:34:26.8724414Z git version 2.43.0
2026-06-13T10:34:26.8741361Z ##[endgroup]
2026-06-13T10:34:26.8751171Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1ef8ac30-b616-4f0c-a13b-876a0391c09e' before making global git config changes
2026-06-13T10:34:26.8751806Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:34:26.8754045Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-13T10:34:26.8785125Z ##[group]Initializing the repository
2026-06-13T10:34:26.8787625Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-13T10:34:26.8811814Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-13T10:34:26.8812342Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-13T10:34:26.8812838Z hint: of your new repositories, which will suppress this warning, call:
2026-06-13T10:34:26.8813210Z hint: 
2026-06-13T10:34:26.8813503Z hint: 	git config --global init.defaultBranch <name>
2026-06-13T10:34:26.8813832Z hint: 
2026-06-13T10:34:26.8814156Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-13T10:34:26.8814628Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-13T10:34:26.8822831Z hint: 
2026-06-13T10:34:26.8823126Z hint: 	git branch -m <name>
2026-06-13T10:34:26.8823638Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-13T10:34:26.8824659Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-13T10:34:26.8850305Z ##[endgroup]
2026-06-13T10:34:26.8850709Z ##[group]Disabling automatic garbage collection
2026-06-13T10:34:26.8853487Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T10:34:26.8877626Z ##[endgroup]
2026-06-13T10:34:26.8877984Z ##[group]Setting up auth
2026-06-13T10:34:26.8882538Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:34:26.8906263Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:34:26.9107638Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:34:26.9131273Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:34:26.9323524Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:34:26.9351174Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:34:26.9548371Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T10:34:26.9581083Z ##[endgroup]
2026-06-13T10:34:26.9581510Z ##[group]Determining the default branch
2026-06-13T10:34:26.9584100Z Retrieving the default branch name
2026-06-13T10:34:27.3599754Z Default branch 'main'
2026-06-13T10:34:27.3600588Z ##[endgroup]
2026-06-13T10:34:27.3600979Z ##[group]Fetching the repository
2026-06-13T10:34:27.3605221Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-13T10:34:28.1818235Z From https://github.com/SaberMage/spt-shell-notify
2026-06-13T10:34:28.1818698Z  * [new branch]      main       -> origin/main
2026-06-13T10:34:28.1838630Z ##[endgroup]
2026-06-13T10:34:28.1839105Z ##[group]Determining the checkout info
2026-06-13T10:34:28.1841383Z ##[endgroup]
2026-06-13T10:34:28.1846211Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T10:34:28.1897866Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T10:34:28.1933185Z ##[group]Checking out the ref
2026-06-13T10:34:28.1933679Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-13T10:34:28.1974322Z Switched to a new branch 'main'
2026-06-13T10:34:28.1974670Z branch 'main' set up to track 'origin/main'.
2026-06-13T10:34:28.1978391Z ##[endgroup]
2026-06-13T10:34:28.2009222Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T10:34:28.2029833Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-13T10:34:28.2159522Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-13T10:34:28.2159945Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-13T10:34:28.2172367Z shell: /usr/bin/bash -e {0}
2026-06-13T10:34:28.2172582Z ##[endgroup]
2026-06-13T10:34:28.2527216Z     Updating crates.io index
2026-06-13T10:34:28.4446118Z      Locking 11 packages to latest compatible versions
2026-06-13T10:34:28.4699384Z    Compiling serde_core v1.0.228
2026-06-13T10:34:28.4699802Z    Compiling zmij v1.0.21
2026-06-13T10:34:28.4700108Z    Compiling serde_json v1.0.150
2026-06-13T10:34:28.4706436Z    Compiling memchr v2.8.2
2026-06-13T10:34:28.4713956Z    Compiling itoa v1.0.18
2026-06-13T10:34:30.4652338Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-13T10:34:30.6522542Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
2026-06-13T10:34:30.6685315Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-13T10:34:30.6685788Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-13T10:34:30.6698811Z shell: /usr/bin/bash -e {0}
2026-06-13T10:34:30.6699140Z env:
2026-06-13T10:34:30.6699548Z   SPT_NOTIFY_SHELL_BIN: /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-13T10:34:30.6699988Z ##[endgroup]
2026-06-13T10:34:30.9457689Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
2026-06-13T10:34:30.9674450Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-8925db7efb701324)
2026-06-13T10:34:30.9692444Z 
2026-06-13T10:34:30.9693025Z running 1 test
2026-06-13T10:34:31.3889749Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-13T10:34:31.3890129Z 
2026-06-13T10:34:31.3890444Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
2026-06-13T10:34:31.3890979Z 
2026-06-13T10:34:31.4052333Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-13T10:34:31.4052775Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-13T10:34:31.4066469Z shell: /usr/bin/bash -e {0}
2026-06-13T10:34:31.4077873Z env:
2026-06-13T10:34:31.4078079Z   SPT_INSTALL_E2E: 1
2026-06-13T10:34:31.4078283Z ##[endgroup]
2026-06-13T10:34:31.6311453Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
2026-06-13T10:34:31.6550404Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-24d25e84069eeb85)
2026-06-13T10:34:31.6564747Z 
2026-06-13T10:34:31.6565215Z running 1 test
2026-06-13T10:34:50.3812344Z test install_script_against_staged_release ... ok
2026-06-13T10:34:50.3812658Z 
2026-06-13T10:34:50.3812883Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 18.72s
2026-06-13T10:34:50.3813193Z 
2026-06-13T10:34:50.3956690Z ##[group]Run cargo run -p xtask -- check
2026-06-13T10:34:50.3957014Z [36;1mcargo run -p xtask -- check[0m
2026-06-13T10:34:50.3970301Z shell: /usr/bin/bash -e {0}
2026-06-13T10:34:50.3970538Z ##[endgroup]
2026-06-13T10:34:50.6554739Z    Compiling cc v1.2.63
2026-06-13T10:34:50.6585827Z    Compiling bitflags v2.12.1
2026-06-13T10:34:50.6619752Z    Compiling darling_core v0.20.11
2026-06-13T10:34:50.6620207Z    Compiling rustls v0.23.40
2026-06-13T10:34:50.6672754Z    Compiling fastrand v2.4.1
2026-06-13T10:34:50.7303318Z    Compiling netlink-packet-route v0.29.0
2026-06-13T10:34:50.7304063Z    Compiling netlink-packet-route v0.30.0
2026-06-13T10:34:50.7304548Z    Compiling tower-http v0.6.11
2026-06-13T10:34:50.7304974Z    Compiling simple-dns v0.9.3
2026-06-13T10:34:50.7881847Z    Compiling futures-lite v2.6.1
2026-06-13T10:34:50.7882654Z    Compiling backon v1.6.0
2026-06-13T10:34:51.3906926Z    Compiling n0-future v0.3.2
2026-06-13T10:34:51.4869589Z    Compiling n0-watcher v0.6.1
2026-06-13T10:34:51.5217438Z    Compiling ring v0.17.14
2026-06-13T10:34:51.5218015Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T10:34:51.5218429Z    Compiling blake3 v1.8.5
2026-06-13T10:34:51.5634590Z    Compiling iroh-dns v0.98.0
2026-06-13T10:34:52.2176147Z    Compiling darling_macro v0.20.11
2026-06-13T10:34:52.3933828Z    Compiling darling v0.20.11
2026-06-13T10:34:52.4211219Z    Compiling derive_builder_core v0.20.2
2026-06-13T10:34:52.9151467Z    Compiling derive_builder_macro v0.20.2
2026-06-13T10:34:53.0684798Z    Compiling derive_builder v0.20.2
2026-06-13T10:34:53.1029889Z    Compiling vergen-lib v9.1.0
2026-06-13T10:34:53.1030567Z    Compiling vergen-lib v0.1.6
2026-06-13T10:34:53.2056900Z    Compiling vergen v9.1.0
2026-06-13T10:34:53.2426082Z    Compiling vergen-gitcl v1.0.8
2026-06-13T10:34:53.5194219Z    Compiling iroh-relay v0.98.0
2026-06-13T10:34:54.3450545Z    Compiling rustls-webpki v0.103.13
2026-06-13T10:34:54.4495485Z    Compiling netdev v0.42.0
2026-06-13T10:34:54.9050190Z    Compiling netwatch v0.16.0
2026-06-13T10:34:55.9168452Z    Compiling portmapper v0.16.0
2026-06-13T10:34:57.7375121Z    Compiling tokio-rustls v0.26.4
2026-06-13T10:34:57.7375732Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T10:34:57.7376180Z    Compiling noq-proto v0.17.0
2026-06-13T10:34:57.9229468Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T10:34:57.9230262Z    Compiling hyper-rustls v0.27.9
2026-06-13T10:34:57.9230740Z    Compiling tokio-websockets v0.13.2
2026-06-13T10:34:58.0860820Z    Compiling reqwest v0.13.4
2026-06-13T10:34:58.1988567Z    Compiling rusqlite v0.32.1
2026-06-13T10:34:58.9500643Z    Compiling spt-store v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-13T10:34:59.2011636Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T10:35:00.5903727Z    Compiling spt-msg v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-13T10:35:00.7710261Z    Compiling spt-runtime v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-13T10:35:00.7711291Z    Compiling spt-term v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-13T10:35:01.9203274Z    Compiling noq v0.18.0
2026-06-13T10:35:02.3851326Z    Compiling spt-live v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-13T10:35:06.5447096Z    Compiling iroh v0.98.2
2026-06-13T10:35:15.4624303Z    Compiling spt-net v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-13T10:35:17.0152181Z    Compiling spt-daemon v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-13T10:35:23.8317162Z    Compiling xtask v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-13T10:35:25.1864248Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.77s
2026-06-13T10:35:25.2068741Z      Running `target/debug/xtask check`
2026-06-13T10:35:59.4235752Z xtask check: OK
2026-06-13T10:35:59.4363810Z Post job cleanup.
2026-06-13T10:35:59.5345282Z [command]/usr/bin/git version
2026-06-13T10:35:59.5384371Z git version 2.43.0
2026-06-13T10:35:59.5416370Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5f3d5c77-2d4b-4d3a-b95c-58bf79290f51' before making global git config changes
2026-06-13T10:35:59.5417082Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:35:59.5420372Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-13T10:35:59.5456403Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:35:59.5488369Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:35:59.5698105Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:35:59.5721908Z http.https://github.com/.extraheader
2026-06-13T10:35:59.5730386Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-13T10:35:59.5758740Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:35:59.5943797Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:35:59.5970718Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:35:59.6311376Z Post job cleanup.
2026-06-13T10:35:59.6981677Z [command]/usr/bin/git version
2026-06-13T10:35:59.7049354Z git version 2.43.0
2026-06-13T10:35:59.7082891Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e5e7ac1a-66c0-47e2-b089-c4466c6a5df9' before making global git config changes
2026-06-13T10:35:59.7083639Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:35:59.7086606Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T10:35:59.7120581Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:35:59.7147400Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:35:59.7355335Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:35:59.7384680Z http.https://github.com/.extraheader
2026-06-13T10:35:59.7394025Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-13T10:35:59.7433325Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:35:59.7633633Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:35:59.7668421Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:35:59.8026683Z Cleaning up orphan processes
